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
Not all the css loads when you first load the page for some reason. You need to open and close team members like 7 times before those modals render properly, and you need to click through everything to get the css to load. This is really wierd and should be investigated. You might consider moving away from create-react-app and its react-scripts structure.
The text was updated successfully, but these errors were encountered:
I talked to my teammates and yes it's recommended to move away from react-scripts and create-react-app. I would say you can probably just cut and paste the containers, components, actions, reducers, etc. into another codebase and configure webpack yourself rather than deal with it.
Not all the css loads when you first load the page for some reason. You need to open and close team members like 7 times before those modals render properly, and you need to click through everything to get the css to load. This is really wierd and should be investigated. You might consider moving away from
create-react-app
and itsreact-scripts
structure.The text was updated successfully, but these errors were encountered: