snehilvj / dmc-docs

Documentation for Dash Mantine Components library.
https://github.com/snehilvj/dash-mantine-components
MIT License
58 stars 19 forks source link

Tooltip error #21

Closed AnnMarieW closed 2 years ago

AnnMarieW commented 2 years ago

Hey @snehilvj It looks like Tooltip example is crashing the browser. When I run it locally, I see this error, then the browser restarts:

Uncaught Error: flushSync was called from inside a lifecycle method. It cannot be called when React is already rendering.

snehilvj commented 2 years ago

Yeah I came across this too. I upgraded Mantine to 4.2.8 in dmc 0.10.0 and this issue popped up after that. I am downgrading Mantine back for now, but need to investigate this further.