Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DatafariUI is bootstrapped using create-react-app. The app is using the webpack runtime with the default configuration. If your application does the same, there will be a clash of names and only one application will be able to load on the page at any given time. To fix that, follow the information of this blog post: https://medium.jonasbandi.net/hosting-multiple-react-applications-on-the-same-document-c887df1a1fcd

View file
namehosting-multiple-react-applications-on-the.pdf
to redefine the name of the webpack runtime for one of the application and you should be good to go.