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
fix(hooks): dispose the intermediate ViewModel wrapper after instance creation
The wrapper is hook-internal and on the experimental backend owns the
artboard resolved for DefaultForArtboard sources; without an explicit
dispose it lingers until JS GC finalizes it.
0 commit comments