fluent-svelte
fluent-svelte copied to clipboard
on:close event of InfoBar won't trigger
Before you start...
- [x] Have you updated your dependencies? You might be using an old version of the library.
- [X] Have you checked for an existing issue on this topic? If there is one, post a comment on it instead.
What browsers are you seeing the problem on?
Chrome
Description
When I add a on:close listener on the InfoBar HTML Element no event will be triggered. The on:open event won't work too.
Steps To Reproduce
- Add <InfoBar/> Element
- Add a on:close event
- Click the close button of the InfoBar in the browser
Expected behavior
'close' should be logged to the console
Relevant Assets
No response