Using HMR in one of my apps has started giving me
Uncaught SyntaxError: Invalid regular expression: /^[native$/: Unterminated character class
on debug.js:148.
What seems to be happening is namespaces seems to come in as [native which causes it to error out. Removing --inline and HMR fixes this issue.
Using HMR in one of my apps has started giving me
on
debug.js:148.What seems to be happening is
namespacesseems to come in as[nativewhich causes it to error out. Removing--inlineand HMR fixes this issue.