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
There's a small coding bug in Slot.js where props is reassigned in a loop, so the onClick handler of all slots after the first end up delegating back to the first slot's onClick.
It's hard to produce a demo for this, it's more future proofing for custom slots. I'll create a PR with a unit test.
The text was updated successfully, but these errors were encountered:
kidkuro
pushed a commit
to kidkuro/react-styleguidist
that referenced
this issue
May 9, 2018
There's a small coding bug in
Slot.js
whereprops
is reassigned in a loop, so theonClick
handler of all slots after the first end up delegating back to the first slot'sonClick
.It's hard to produce a demo for this, it's more future proofing for custom slots. I'll create a PR with a unit test.
The text was updated successfully, but these errors were encountered: