Question for you guys, I started playing around wi...
# react
f
Question for you guys, I started playing around with a Kotlin/React app, started with the create-react-kotlin-app tool to generate all the configs. Seems to work perfectly when I do npm run build, but the auto-reload with npm run dev often breaks and I'm getting errors like this one :
Copy code
TypeError: Kotlin.defineModule is not a function
(anonymous function)
<http://localhost:3000/static/js/bundle.js:29147:10>
map../components/menu/Menu.css
<http://localhost:3000/static/js/bundle.js:29149:2>
Is that something you've seen before ? Thanks
h
Hello, we have issue about this, but didn’t manage to deal with it yet, sorry. You can check status here: https://youtrack.jetbrains.com/v2/issue/CRKA-59
f
Thanks for the info !