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
This happens when you go straight to component preview (before expanding the component). The component authoring's ngOnInit() hasn't been called yet, which listens to the starter state changes. The workaround is to expand the component first, then click on the preview.
We should discuss how we want to handle this- don't show the preview button until it's been expanded, like the advanced? Or move the listener outside of the component authoring?
The text was updated successfully, but these errors were encountered:
This happens when you go straight to component preview (before expanding the component). The component authoring's ngOnInit() hasn't been called yet, which listens to the starter state changes. The workaround is to expand the component first, then click on the preview.
We should discuss how we want to handle this- don't show the preview button until it's been expanded, like the advanced? Or move the listener outside of the component authoring?
The text was updated successfully, but these errors were encountered: