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
From the discussion and some testing, it looks like you're right—for Components, it works to write onTransitionEnd={props.onTransitionEnd} without the extra wrapper function. For native elements, the wrapper is still needed, because event handlers on native elements aren't reactive and an update to the prop doesn't get reattached as a new event listener. I'm planning to make a quick change to make the warnings reflect that.
Not sure to understand the solid/reactivity rule on this line:
Why is it preferable to write
?
We discussed this here: https://discord.com/channels/722131463138705510/722131463889223772/1052165321663975467
The text was updated successfully, but these errors were encountered: