olebedev/go-starter-kit

Doesn't work with React 15.0

valerius257 opened this issue ยท 5 comments

After updating React to 15.0 everything compiles successfully but project doesn't start.

capture

Thank for the report. Once I'm fix it I'll ping here.

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

I can confirm that using React from 32c750de5c47436168b742275ebe21852dcca172 solved the issue

abh commented

Close this?

@abh yup!