You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, componentsjs can crash when it encounters components created for an older (major) version of componentsjs.
We should somehow detect the componentsjs version of these components, and only load them if they are supported.
This may require annotating modules with their supported componentsjs version. But it could also be done by detecting the imported context URL.
The text was updated successfully, but these errors were encountered:
rubensworks
changed the title
Don't load components made for older componentsjs versions
Don't load components made for older (or newer) componentsjs versions
Mar 8, 2022
Issue type:
Description:
Currently, componentsjs can crash when it encounters components created for an older (major) version of componentsjs.
We should somehow detect the componentsjs version of these components, and only load them if they are supported.
This may require annotating modules with their supported componentsjs version. But it could also be done by detecting the imported context URL.
The text was updated successfully, but these errors were encountered: