mercedes-benz / mo360-ftk

MO360 Frontend Toolkit: A toolkit for single page applications (SPA) based on React and Typescript that allows to extract single features into microfrontends.
https://mercedes-benz.github.io/mo360-ftk/
MIT License
70 stars 20 forks source link

react-dom not exposed #22

Closed prode81 closed 3 years ago

prode81 commented 3 years ago

react-dom seems not to be exposed and therefore leads to an error, when loading a swidget: Bildschirmfoto 2021-02-15 um 12 03 46

Quick fix would be to remove react-dom from exposed-list, but preferably react-dom should be exposed correctly.


Acting on behalf of Daimler TSS GmbH.

prode81 commented 3 years ago

This issue only occurs, when starting in dev-mode "npm run start:host". The build itself seems fine!