Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The codepen.io demo no longer works #23

Open
EamonNerbonne opened this issue Aug 29, 2022 · 0 comments
Open

The codepen.io demo no longer works #23

EamonNerbonne opened this issue Aug 29, 2022 · 0 comments

Comments

@EamonNerbonne
Copy link

At least not on my machine. It appears the wzrd.in service isn't resolving autosize-input.

However, codepen itself recomments importing npm packages via cdn.skypack.net; and even provides UI to help you find and import npm packages such as autosize-input.

The following variant of your pen works on my machine: https://codepen.io/emn13/pen/gOeNNQJ

All I did was remove the JS dependency referring to wzrd.in, and added the skypack alternative, which is effectively no more than adding import autosizeInput from "https://cdn.skypack.dev/autosize-input@1.0.2"; to the top of the JS code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant