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
We have lots of components that have logic in a base backing class, but have different templates. When the template was still in templates/components, this worked perfectly fine, but after co-locating them, it breaks. This is the same issue as #389, but in our case there is a template and a co-located backing class that does export { default } from '...';.