1

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?

Troutgirl
  • 11
  • 1

1 Answers1

0

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.

Niall Crosby
  • 2,383
  • 15
  • 16
  • Cool, thanks for letting me know. So much for effortless backwards-compatibility! – Troutgirl Sep 13 '17 at 18:02
  • 1
    for standard apps, react fiber is backwards compatible, however because we are a library, we are doing some none-standard funky stuff – Niall Crosby Sep 15 '17 at 14:02
  • Let me know if you'd like us to help test! – Troutgirl Sep 18 '17 at 21:06
  • @NiallCrosby As react 16 is now released, we're not able to use it because of this issue, do you know when it's gonna be fixed? thanks for your help. – Anas Sep 27 '17 at 12:23