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
Both are called with multiple arguments with the same event handlers, yet in the first example they are overwritten but not in the second? How does that work?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There are two tests that seem to be at odds with each other,
solid-primitives/packages/props/test/combineProps.test.ts
Lines 69 to 90 in ae15164
and
solid-primitives/packages/props/test/combineProps.test.ts
Lines 111 to 130 in ae15164
Both are called with multiple arguments with the same event handlers, yet in the first example they are overwritten but not in the second? How does that work?
Beta Was this translation helpful? Give feedback.
All reactions