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
When running this codemod, such re-exported templates are removed, which leads to missing component errors. Since we have a lot of components, this resulted in having to check all removed templates to see if they were removed correctly or not 😕
Within the app directory this seemed not to have been an issue though.
The text was updated successfully, but these errors were encountered:
Within our in-repo addons, we have a structure as follows:
with
bar.js
a file with a re-export like:When running this codemod, such re-exported templates are removed, which leads to missing component errors. Since we have a lot of components, this resulted in having to check all removed templates to see if they were removed correctly or not 😕
Within the
app
directory this seemed not to have been an issue though.The text was updated successfully, but these errors were encountered: