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
{{ message }}
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
I've created component that renders Menu with 3 items ['a', 'b', 'c'] from state.
That works fine.
Then I update component state items to ['a', 'x', 'y']. Component re-renders menu, but updated items are broken - they does not hide after click.
I've created component that renders Menu with 3 items
['a', 'b', 'c']from state.That works fine.
Then I update component state items to
['a', 'x', 'y']. Component re-renders menu, but updated items are broken - they does not hide after click.Please have a look on codepen for that:
http://codepen.io/anon/pen/gwwKvk?editors=0011