The only view we use in our solution that has reusable components is unable to load after deploying a model with version 108:
We’ve tried making a new view and copying all the components over, and see that it works as expected until we copy over the part that has reusable components. When we do, the Live Preview stops updating, and hard refreshing the page also does not cause the view to be updated.
I suspect something about reusable components (or our specific one…?) causes some React error so this particular view never gets created?
FYI, this issue has been identified and will be patched soon!
The problem was related to usage of Component Params on the right-side of conditions inside the Shareable UI Component.
Reusable components and conditional styling is still giving me problems in the current version.
My conditional styling:
Error:
The “Minutes Approved” parameter is a required int.
If I instead make a boolean parameter and use that directly to control the conditional styling, it works as expected.
Hi!
Can you retry tomorrow on the new version and report back here? It looks like a another bug that has been fixed in the upcoming release (based on the error message).