Doesn't work with React 15.0
valerius257 opened this issue ยท 5 comments
valerius257 commented
olebedev commented
Thank for the report. Once I'm fix it I'll ping here.
Deleted user commented
This is a React bug caught by Duktape!
The problem is an invalid escape char in one of the regexes introduced in this commit: facebook/react@a2b471e
here is the patch: facebook/react#6772
P.S. It would be useful to see the stack trace in these situations server/react.go#L180
valerius257 commented
I can confirm that using React from 32c750de5c47436168b742275ebe21852dcca172 solved the issue
abh commented
Close this?