Erick

Results 7 comments of Erick

The best

You need to use react 17, react 18 not supported yet. Hopefully @pepelele will update it soon, last time i check it depends on reachui (that hasn't updated to react...

> > What's the status of this task? > > The current version does not support suspense, we will support it later when Suspense is stable. I hope it's the...

Try add this to your vite config ```` server: { port: 5173, strictPort: true, hmr: { port: 5173, }, }, ````

I didn't get those errors, Right now i'm using these dependencies seems working fine for me (for now). ```` "vite": "^4.2.2", "@vitejs/plugin-react": "^3.1.0", "@crxjs/vite-plugin": "^2.0.0-beta.16", ```` Maybe you can try...

Same issue with moduleResolution bundler typescript 5+. There is no type definition. ```` Could not find a declaration file for module 'urlcat'. '/hello/node_modules/urlcat/dist/index.mjs' implicitly has an 'any' type. ````