React 16 upgrade fatal errors ag-grid?

142 views Asked by At

Has anyone upgraded their ag-grid installation to React 16 aka Fiber? I upgraded to react@next and react-dom@next, and instantly got a fatal error. My tool is closely based on the ag-grid-react-example, and the problem seems to be with cell editors. Anyone seen anything similar?

1

There are 1 answers

4
Niall Crosby On

we are aware of this in ag-Grid and plan to fix it soon (hopefully coming days), React Fiber changes how things are done underneath the hood, and the pattern we use to allow React components needs to be tweaked.