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: Prioritize instance-level embedDefinitions over static legacy field
Make embedDefinitions optional in EmbedShapeOptions and invert priority order in getEmbedDefs() to check instance options first, then legacy static field, then default. This ensures configure() API works correctly even when deprecated setEmbedDefinitions() has been called globally.
0 commit comments