When using the “Add all Properties as columns” button in the Table component with a bound data source that has a Rich Text property, this gets added to the table. If any elements have a value in that property, the app crashes with message:
Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=object%20with%20keys%20%7Bvalue%7D for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
To recreate:
- Create a data type with a property of type Rich Text.
- Create a Table component and bind it to the data source.
- Input some dummy data into the database.
- Preview the app.