You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error when I run the included sample with the MSIE engine:
An unhandled exception occurred while processing the request.
ReactScriptLoadException: Error while loading "~/wwwroot/js/Sample.jsx": Object doesn't support property or method 'defineProperty' (at line undefined column undefined)
Line: 52
Column:3
React.ReactEnvironment.EnsureUserScriptsLoaded() in ReactEnvironment.cs, line 179
Works fine with V8. There's no calls to defineProperty in Sample.jsx directly so I imagine it's something in React itself :/
The text was updated successfully, but these errors were encountered:
I'm getting this error when I run the included sample with the MSIE engine:
Works fine with V8. There's no calls to
defineProperty
inSample.jsx
directly so I imagine it's something in React itself :/The text was updated successfully, but these errors were encountered: