I tried and got ```CustomElementAdapter.ts:50 Fail...
# gd-beginners
s
I tried and got
Copy code
CustomElementAdapter.ts:50 Failed to load dependencies for the visualization Invariant Violation: Workspace must be provided either through script URL or directly in HTML.
r
Alright, so the devs came back with an option for this - if you'd like to use different workspaceIds for different instances of the components, you can override the default value through attributes - more info on that here! That should be a little more effective than trying to flush the context entirely 🙂
s
Thank you, i’ll look into it and will update
🤞 1