We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Before publishing v1 package:
svelte
peerDependencies
^3.55.1 || ^4.0.0 || ^5.0.0
The text was updated successfully, but these errors were encountered:
I tried installing and testing svelte@5.0.0-next.115.
svelte@5.0.0-next.115
Test branch: https://github.com/carbon-design-system/carbon-components-svelte/tree/chore/svelte-5-test Changes made: bd3ea6d
format
I ran the docs: cd docs && yarn dev, but then ran into this runtime error:
cd docs && yarn dev
Uncaught TypeError: Cannot read properties of undefined (reading 'call')
Which points to this presumably svelte-generated code:
function clone_node(node, deep) { return ( /** @type {N} */ clone_node_method.call(node, deep) // ^ this is `undefined` ); }
Going to try coming back to this later and find out why this happens.
Sorry, something went wrong.
No branches or pull requests
Before publishing v1 package:
svelte
version in package.jsonpeerDependencies
to^3.55.1 || ^4.0.0 || ^5.0.0
The text was updated successfully, but these errors were encountered: