try but failed to get it working in Remix (ESM issues) and Nuxt2 (weird import issues, can't find module despite being there)
the app is non-interactive due to a mitosis bug when generating functions: they have extra/wrong arguments added to them (props, state, event) instead of (event)
the app is non-interactive due to a mitosis bug when generating functions: they have extra/wrong arguments added to them
(props, state, event)
instead of(event)