https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/expanding
Currently shows an error message. The stack trace isn't useful to me; I can't figure out exactly what's wrong.
A cross-origin error was thrown. React doesn't have access to the actual error object in development. See https://fb.me/react-crossorigin-error for more information.
â–¶ 12 stack frames were collapsed.
evaluate
/src/index.js:6:9
3 | import './index.css'
4 | import App from './App'
5 |
> 6 | ReactDOM.render(<App />, document.getElementById('root'))
| ^
7 |
View compiled
â–¶ 10 stack frames were collapsed.
Also experiencing this on another codesandbox example.
@tremby @patwalls All (or most) examples are broken. They work if you change the dependency version of react-table from "latest" to "7.0.0.rc3" under "Dependencies" in the sidebar
Indeed. This issue should be fixed with the next release (in a few hours)
Most helpful comment
@tremby @patwalls All (or most) examples are broken. They work if you change the dependency version of react-table from "latest" to "7.0.0.rc3" under "Dependencies" in the sidebar