Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(StarterState): does not save changes when component authoring has not been opened #1279

Open
hirokiterashima opened this issue May 22, 2023 · 0 comments
Labels
bug Something isn't working Low Priority

Comments

@hirokiterashima
Copy link
Member

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?

@hirokiterashima hirokiterashima added bug Something isn't working Low Priority labels May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Low Priority
Projects
Status: Todo
Development

No branches or pull requests

1 participant