Uh oh!
There was an error while loading. Please reload this page.
refactor(widget): remove multi-instance mount check - #561
Conversation
Remove the runtime document claim check that threw an error when mounting more than one Widget Instance in the same browser document. Hosts can now mount multiple widget instances concurrently without runtime errors. Update ADR 0001, ARCHITECTURE.md, and CONTEXT.md to clarify that multiple instances remain unsupported due to shared document-global state (CSS custom properties, wallet discovery, and portals).
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
This pull request is automatically being deployed by Amplify Hosting (learn more). |
Uh oh!
There was an error while loading. Please reload this page.
Remove the runtime document claim check that threw an error when mounting more than one Widget Instance in the same browser document.
Hosts can now mount multiple widget instances concurrently without runtime errors. Update ADR 0001, ARCHITECTURE.md, and CONTEXT.md to clarify that multiple instances remain unsupported due to shared document-global state (CSS custom properties, wallet discovery, and portals).