We have been encountering the following error in our web app when using v15.8.0 or higher. We are using a micro front end-style setup, so I haven't ruled out that it may just be something with our setup - but it works fine at v15.7.2 ---
...application `appName` died in status LOADING_SOURCE_CODE: Cannot read properties of undefined (reading 'isRequired')
at objectName.methodCall (Component.js:1:__)
At the given line, the component is using func.isRequired. We also have a usage of string.isRequired, but it crashes at the first instance. Looking through the changelog entry for v15.8.0, I don't see anything relating to the isRequired property.
For now, we're reverting to an earlier version, but please let me know if you have any ideas for the more recent versions.
Thanks
We have been encountering the following error in our web app when using
v15.8.0or higher. We are using a micro front end-style setup, so I haven't ruled out that it may just be something with our setup - but it works fine atv15.7.2---At the given line, the component is using
func.isRequired. We also have a usage ofstring.isRequired, but it crashes at the first instance. Looking through the changelog entry for v15.8.0, I don't see anything relating to theisRequiredproperty.For now, we're reverting to an earlier version, but please let me know if you have any ideas for the more recent versions.
Thanks