Closed marcosdemelo closed 6 months ago
Thanks for reporting. I made a fresh with repo with $ npm create vite@latest
, reaflow@5.2.10
, and node 20.11.0, and couldn't reproduce this.
Would you mind providing a repo that reproduces the issue? Thanks
Thanks for reporting. I made a fresh with repo with
$ npm create vite@latest
,reaflow@5.2.10
, and node 20.11.0, and couldn't reproduce this.Would you mind providing a repo that reproduces the issue? Thanks
Here you will be able to do a fork
and in the terminal, run npm run dev
.
https://codesandbox.io/p/devbox/naughty-cohen-fjjfqc?file=%2Fapp%2Findex.jsx
This should be fixed in 5.2.11
I'm submitting a...
Current behavior
My application does not use Tailwind. When updating to the new version, I have this error. What should I do?
Minimal reproduction of the problem with instructions
npm install
withreflow
at my package.json.