Nemo

Results 7 comments of Nemo

In my case, luckily I set up my repo using NextJs framework which is SSR and I can host an api to get Sheet's data without having to use Express....

@rocheston @liwei00wade I recommend you upgrade material-ui to @material-ui/core and adapt the codebase according to that, I have done it it is not alot of work though. Reference link: https://github.com/babel/babel/issues/9026

the last 1.1.14 was working quite well with shared react but as soon as I move to 1.3.14 the code break and it's sad that I had to upgrade if...

> Downgraded to version 1.1.14 and its working. Latest version seems to be broken we have a different problem back in 1.1.14, it's the shared does not have checksum at...

thank you for describe the issue perfectly the way I fixed it is to give the inner component some minHeight. For example: ```javascript style={{ minHeight: '80vh', }} ```

Just get the error again, how I fix it is to make the scroll area alway a slightly higher than the parent by: ```css height: 101%; ``` Sometimes it works...

To be specific, mouseEnter / mouseLeave won’t work in React 16 Shadow DOM https://github.com/facebook/react/pull/8117#issuecomment-256498143 and that's what `rc-trigger` need to trigger the hover state. Upgrade to React 17 work but...