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
Fixes keyboard navigation when the menu rerenders.
Breaking
Fixes the button filter by changing how it's implemented: instead of using mouseButton={0}, use triggerOnLeftClick={true}. Also it doesn't prevent the right click anymore. With the change in v3 the menu was always opening on left click.
Internal
examples: add the hash to the bundle file name in development mode so that reloading works.