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
If I have the following line in my code import { Mosaic } from 'react-mosaic-component';
I get a blank space in Edge even if I don't use Mosaic in render at all.
After I remove that line, the app renders normally.
However, v2.0.2 works correctly.
Actual behavior
The page is blank and the react app has not rendered at all.
In a console, there's the following error SCRIPT1028: SCRIPT1028: Expected identifier, string or number vendors~app.xyz.bundle.js
Expected behavior
The app renders and the screen is not white
The text was updated successfully, but these errors were encountered:
Bug report
Package version(s):
react-mosaic v3.2.0
react v16.9.0
Browser and OS versions: Edge (latest)
Steps to reproduce
If I have the following line in my code
import { Mosaic } from 'react-mosaic-component';
I get a blank space in Edge even if I don't use Mosaic in render at all.
After I remove that line, the app renders normally.
However, v2.0.2 works correctly.
Actual behavior
The page is blank and the react app has not rendered at all.
In a console, there's the following error
SCRIPT1028: SCRIPT1028: Expected identifier, string or number vendors~app.xyz.bundle.js
Expected behavior
The app renders and the screen is not white
The text was updated successfully, but these errors were encountered: