elements
elements copied to clipboard
create-react-app 5 was just released. Do elements work with it? Of course not.
- Create react app with [email protected]
- Install elements in the created repo.
- Import API component in the app.
- Cry.
Also, it's not even possible to run an older version of create-react-app, so after hours of trying, I was unable to get elements working.
Hey.
It actually is possible. You can generate an app with [email protected]
. Then you just have to change react-scripts
version to 4.x.x
and it works.
Hope this helps. :)
this worked. thanks so much!
worked for me, cheers mate!
is there any plan to add support for version 5.X in the future?