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
I downloaded the demo folder and ran npm i && npm run dev and got the error
ERROR in ./src/SvelteThing.html
eact-sveltesrcSvelteThing.svelte.css' in 'C:\projects\svelte\react-svelte\src' @ ./src/SvelteThing.html 85:0-68 @ ./src/main.js @ multi ./src/main.js
Also, when trying to incooporate react-svelte into a rather large react project, I get no warning, but styles are not applied. That project uses LESS, but can also digest regular css, so not sure if these problems are related or not.
BTW - What's the status of this project? Being able to use svelte components in a react project would allow for a very nice introduction/evaluation path. I really like Svelte but I think it will be hard for me to sell it as an all-at-once replacemeent for our current FE, so this bridge would really help in that regard.
Thanks in advance, and great work as always @Rich-Harris
The text was updated successfully, but these errors were encountered:
I just ran this project now and it worked fine for me except I had to delete the public/bundle.css and public/bundle.js for it to recognise changes in src/main.js and src/SvelteThing.html
Hi.
I downloaded the demo folder and ran
npm i && npm run dev
and got the errorAlso, when trying to incooporate react-svelte into a rather large react project, I get no warning, but styles are not applied. That project uses LESS, but can also digest regular css, so not sure if these problems are related or not.
BTW - What's the status of this project? Being able to use svelte components in a react project would allow for a very nice introduction/evaluation path. I really like Svelte but I think it will be hard for me to sell it as an all-at-once replacemeent for our current FE, so this bridge would really help in that regard.
Thanks in advance, and great work as always @Rich-Harris
The text was updated successfully, but these errors were encountered: