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
Not able to load the plugin into TSX, throws tons of errors.
If I try to import FrameGrid from @egjs/react-grid I get the following error: TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
If I import Flicking from @egjs/react-flicking I get this error: JSX element class does not support attributes because it does not have a 'props' property.ts(2607)
Description
Not able to load the plugin into TSX, throws tons of errors.
If I try to import FrameGrid from @egjs/react-grid I get the following error:
TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
If I import Flicking from @egjs/react-flicking I get this error:
JSX element class does not support attributes because it does not have a 'props' property.ts(2607)
Steps to check or reproduce
The text was updated successfully, but these errors were encountered: