squint

borkdude 2024-11-05T17:18:44.319029Z

https://github.com/squint-cljs/squint: Light-weight ClojureScript dialect v0.8.123 (2024-11-05) • Fix https://github.com/squint-cljs/squint/issues/572: prevent vite page reload

🎉 3
rafaeldelboni 2024-11-05T19:20:06.721799Z

there is an test in that example that uses the fn you removed https://github.com/squint-cljs/squint/blob/main/examples/vite-react/test/my_component_test.cljs#L3 maybe you want to remove it, or move the fn to a different file, since you can't export an non component on that

borkdude 2024-11-05T21:20:22.937389Z

hmm, thanks @rafaeldelboni. yeah, lets move it to a different file

borkdude 2024-11-05T21:20:30.536969Z

will fix tomorrow

borkdude 2024-11-06T09:20:11.577549Z

fixed