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
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
hmm, thanks @rafaeldelboni. yeah, lets move it to a different file
will fix tomorrow
fixed