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
I have a 'child' component that extends a 'base' component, using the property 'extends'.
However, when I edit the HTML or change the data of the base component and save the file, the child component gets overwritten completely with the contents of the base component by the hot reload, and there's no way to get the child back other than hard reloading the page.
Is this a known issue or a bug?
The text was updated successfully, but these errors were encountered:
Just based on the fact that that issue has been in limbo since Jun 3, 2018, or because there has been some kind of official statement as to it not getting fixed?
I have a 'child' component that extends a 'base' component, using the property 'extends'.
However, when I edit the HTML or change the data of the base component and save the file, the child component gets overwritten completely with the contents of the base component by the hot reload, and there's no way to get the child back other than hard reloading the page.
Is this a known issue or a bug?
The text was updated successfully, but these errors were encountered: