neighbour-hoods / design-system-components

Storybook and UI component library for the Neighbourhoods design system.
0 stars 0 forks source link

[BUG] render loop crash in Dialog #22

Closed pospi closed 10 months ago

pospi commented 11 months ago

Currently the call to removeEventListener is failing. I think probably the Element ref is freed before access.

A test for unmounting the Dialog to reproduce the bug should be implemented along with the fix.