mendixlabs / mendix-tree-table

Mendix Tree Table (Mendix 8, React based, Webmodeler compatible)
https://appstore.home.mendix.com/link/app/111095/
Other
3 stars 5 forks source link

Error on use of inline buttons #17

Closed jelleboomsma closed 4 years ago

jelleboomsma commented 4 years ago

Hi @JelteMX,

we are currently implementing your widget and are encountering an issue when using inline buttons. When used the widget throws the following error in the browser console:

"Objects are not valid as a React child (found: object with keys {title, _hasproblem, text, decimal, date, problem, key, _parent, _mxReferences, children}). If you meant to render a collection of children, use an array instead."

I noticed the same behavior in the test project. Is there any chance this will be fixed in the near future?

We love the widget by the way! Great job!

Thanks! Jelle

JelteMX commented 4 years ago

I must have missed something, thanks for bringing this to my attention, I see it here too. I will prioritize a fix for it, stay tuned

JelteMX commented 4 years ago

Fixed in 2.0.3 and released in the App Store. Thanks for reporting!

jelleboomsma commented 4 years ago

Awesome! Thanks for fixing this on such a short notice!