how to run examples?
#4537
-
I pasted example tsx file into npm project src/index.js and use react-dom to render it to root, but npm start failed: cat src/index.js
npm start
|
Beta Was this translation helpful? Give feedback.
Answered by
agjs
Sep 18, 2021
Replies: 1 comment 1 reply
-
Examples are using Typescript, and you aren't. So remove the types used in the examples. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
biello
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Examples are using Typescript, and you aren't. So remove the types used in the examples.