-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Hi, the anatomogram is not being displayed in this minimal app https://expression-atlas.netlify.com
The app has been bootstrap with create-react-app and the code can be found here https://github.com/mirandaio/expression-atlas
The anatomogram is displayed when in development mode yarn start
, however, it is not displayed when doing a production build yarn build
.
Thanks