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
Looks like the portal PR #254 introduced a bug where onClick events can't be used on the overlay mask now. This broke some functionality (essentially the ability to click a flyout to close it).
Manually handling the onClick property gets things working but I am not sure this is the best solution. We will be playing wack-a-mole forever with each new attribute. Any ideas how to better add react props to a dom node?
Looks like the portal PR #254 introduced a bug where
onClick
events can't be used on the overlay mask now. This broke some functionality (essentially the ability to click a flyout to close it).Steps to replicate
flyout
example. http://localhost:8030/#/flyoutUncaught SyntaxError: Unexpected token (
cc @nreese
The text was updated successfully, but these errors were encountered: