You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/[email protected]"; to the top of the JS code.
The text was updated successfully, but these errors were encountered:
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/[email protected]";
to the top of the JS code.The text was updated successfully, but these errors were encountered: