Every time when I try to make a release, trying to build with this command dx build --verbose --trace --web --fullstack true --features fullstack --release --ssg my app breaks. Most of the time I use dx serve --web for development.
And I get this error on browser's console. This error breaks scrolling, one page superposes with another another page, button clicks stops working, etc. And then I have to git bisect, which wastes my entire day (might be a skill issue).
How it would have been if focus_trap.js was written in rust? Are there limitations in dioxus to implement this? Take this as a question not as an issue
Every time when I try to make a release, trying to build with this command
dx build --verbose --trace --web --fullstack true --features fullstack --release --ssgmy app breaks. Most of the time I usedx serve --webfor development.And I get this error on browser's console. This error breaks scrolling, one page superposes with another another page, button clicks stops working, etc. And then I have to git bisect, which wastes my entire day (might be a skill issue).
How it would have been if focus_trap.js was written in rust? Are there limitations in dioxus to implement this? Take this as a question not as an issue