I have a working application with version 1.31.4.
An attempt to upgrade to the latest version 1.34.3 was not good because it nows fails to render some content in edit mode.
The error is
Uncaught TypeError: Cannot read properties of undefined (reading ‘children’) at preMatch (index.js:1996:1)
fine is that there’s a “// FIXME” comment that’s 2 years old. I see the use of parent!
with the bang sign which is wrong in this because it clearly can be undefined as the error message is saying.