-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
If you add a "native" Lit component and a controller inside a Fable.Lit application they work just fine:
https://github.com/AngelMunoz/ControllersRepro/blob/master/src/Controllers/controllers.js
https://github.com/AngelMunoz/ControllersRepro/blob/master/src/Components/Navbar.fs#L51
but if you want to add the same controller to a Fable.Lit Web component, every time a render happens the controller gets added time and time again to the controller's list
I made a reproduction repository to check it out
https://github.com/AngelMunoz/ControllersRepro
Although we may not author controllers from Fable.Lit there will be some packages in the wild that may be useful to consume
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels