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
Trying to use this library in storybook ends up with the following exception:
Cannot update a component (`WindowTable`) while rendering a different component (`AutoSizer`). To locate the bad setState() call inside `AutoSizer`, follow the stack trace as described in https://fb.me/setstate-in-render
in AutoSizer (created by Measurer)
in Measurer (created by WindowTable)
in tr (created by HeaderRowRenderer)
in thead (created by THead)
in THead (created by HeaderRowRenderer)
in HeaderRowRenderer (created by WindowTable)
in table (created by WindowTable)
in div (created by WindowTable)
in WindowTable
in WindowTable (created by Html5Table)
in Html5Table
in Unknown (created by Table)
in Table (created by storyFn)
Trying to use this library in storybook ends up with the following exception:
In this method
On this line:
The text was updated successfully, but these errors were encountered: