Hi! I am having some troubles with React. I'm usin...
# javascript
f
Hi! I am having some troubles with React. I'm using the React wrapper from the full-stack-example, but I cant get it to work, I always get
ReactBuilder$invoke is not defined
. It worked with
1.1.2-2
, but after the
1.1.4
the whole project broke, reverting to
1.1.2-2
didn't help.
k
The best thing you can do is to create a minimal self-contained project that reproduces the problem and post it here, so that Kotlin/JS team could reproduce the issue themselves.
f
I cloned the original fullstack-example from github, and I get the same error if I upgrade that to
1.1.4
k
@functionaldude looks like there's regression in 1.1.4. And looks like 1.1.50 will fix this (I just merged major changes in JS inliner).
f
thank you!!