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
Is your feature request related to a problem? Please describe.
If you are editing text or components, idyll should be able to intelligently re-render a new AST as opposed to reloading the entire page.
Describe the solution you'd like
Instead of using "live reload", we should just send a new AST to the client and have it rerender that.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
If you are editing text or components, idyll should be able to intelligently re-render a new AST as opposed to reloading the entire page.
Describe the solution you'd like
Instead of using "live reload", we should just send a new AST to the client and have it rerender that.
The text was updated successfully, but these errors were encountered: