I cannot get the kotlin-mui wrappers working. When...
# react
s
I cannot get the kotlin-mui wrappers working. When cloning the kotlin-mui-showcase, for example, and running the browserDistribution task I get the following error messages:
Copy code
Module not found: Error: Can't resolve 'dom-helpers/addClass' in 'C:\Users\20182300\Downloads\kotlin-mui-showcase-main\kotlin-mui-showcase-main\build\js\node_modules\react-transition-group\esm'

Module not found: Error: Can't resolve 'dom-helpers/removeClass' in 'C:\Users\20182300\Downloads\kotlin-mui-showcase-main\kotlin-mui-showcase-main\build\js\node_modules\react-transition-group\esm'
I am using Windows. Does anyone have an idea what the problem may be? Other wrappers work fine for me (react, react-dom, emotion)