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
Now you have to create a reference to a new View from ModuleComposer yourself, by adding a path to the view within the require.js define(['new/path'], function(newView)) module, and additional collection to the submodules array.
It would be better to get rid off that extra step and update the file by ourselves.
The text was updated successfully, but these errors were encountered:
Now you have to create a reference to a new View from ModuleComposer yourself, by adding a path to the view within the require.js define(['new/path'], function(newView)) module, and additional collection to the submodules array.
It would be better to get rid off that extra step and update the file by ourselves.
The text was updated successfully, but these errors were encountered: