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
Try and right-click to open the context menu and it won't show anything.
Click sandbox.
Try and right-click to open the context menu and it will error.
Expected Result
A context menu to appear.
Actual Result
Nothing || error stack trace.
×
TypeError
Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
at getComputedStyle (https://sgc5zn.csb.app/node_modules/
popperjs/core/lib/dom-utils/getComputedStyle.js:8:42
at getClippingParents (https://sgc5zn.csb.app/node_modules/
popperjs/core/lib/dom-utils/getClippingRect.js:47:86
at getClippingRect (https://sgc5zn.csb.app/node_modules/
popperjs/core/lib/dom-utils/getClippingRect.js:57:62
at detectOverflow (https://sgc5zn.csb.app/node_modules/
popperjs/core/lib/utils/detectOverflow.js:30:56
at hide (https://sgc5zn.csb.app/node_modules/
popperjs/core/lib/modifiers/hide.js:32:54
at Object.forceUpdate (https://sgc5zn.csb.app/node_modules/
popperjs/core/lib/createPopper.js:109:21
at eval (https://sgc5zn.csb.app/node_modules/
popperjs/core/lib/createPopper.js:120:20
at eval (https://sgc5zn.csb.app/node_modules/
popperjs/core/lib/createPopper.js:119:16
at eval (https://sgc5zn.csb.app/node_modules/
popperjs/core/lib/utils/debounce.js:12:19
This screen is visible only in development. It will not appear if the app crashes in production.
Open your browser’s developer console to further inspect this error.
This error overlay is powered by `react-error-overlay` used in `create-react-app`.
Version
3.0.0-beta2
The text was updated successfully, but these errors were encountered:
Bug Report
Steps
https://react.semantic-ui.com/modules/popup/#usage-context-menu
Expected Result
A context menu to appear.
Actual Result
Nothing || error stack trace.
Version
3.0.0-beta2
The text was updated successfully, but these errors were encountered: