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
drag-and-drop/docs/examples/introduction/introduction.ts
Line 10 in d23853b
should all examples like this be replaced by a "dynamic expression" according to https://www.arrow-js.com/docs/#templates.
Otherwise, the html is "static".
The text was updated successfully, but these errors were encountered:
Can confirm, none of the "vanilla" JS examples work. Apart from the fact that they're actually in typescript, they lack reactivity, as @haoyun said.
All of the map calls need to be wrapped in arrow functions.
map
Sorry, something went wrong.
sashamilenkovic
No branches or pull requests
drag-and-drop/docs/examples/introduction/introduction.ts
Line 10 in d23853b
should all examples like this be replaced by a "dynamic expression" according to https://www.arrow-js.com/docs/#templates.
Otherwise, the html is "static".
The text was updated successfully, but these errors were encountered: