You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This way, it would become correct (and no longer a hack) to use <Rating {...$props$} /> to propagate also events (as it is done in the playground)
Currently, as there is no check, it works but also overrides the events passed to callWidgetFactory.
The text was updated successfully, but these errors were encountered:
divdavem
added a commit
to divdavem/AgnosUI
that referenced
this issue
Nov 13, 2023
This way, it would become correct (and no longer a hack) to use
<Rating {...$props$} />
to propagate also events (as it is done in the playground)Currently, as there is no check, it works but also overrides the events passed to
callWidgetFactory
.The text was updated successfully, but these errors were encountered: