In a new React app, the component styles don't load correctly for me in the new window in development (I have not tried a full build): <img width="420" alt="Screen Shot 2020-04-26 at 10 57 33 AM" src="https://user-images.githubusercontent.com/92672/80312034-07520b80-87b1-11ea-98d6-72962999b248.png"> Styles work correctly throughout the rest of the application. There's nothing special about the `Popout` usage, just a "hello world" example. Possibly relevant versions: ```json "react": "^16.13.1", "node-sass": "^4.14.0", ```
In a new React app, the component styles don't load correctly for me in the new window in development (I have not tried a full build):
Styles work correctly throughout the rest of the application. There's nothing special about the
Popoutusage, just a "hello world" example.Possibly relevant versions: