I will be using it as a web embed, it shows an error here, will it work with my shopify, where it will be part of the page with query parameter in the url string though?
Erik Beuschau
9 months ago
What does the error say?
A-Chivas
9 months ago
@Erik Beuschau its inside a component
Erik Beuschau
9 months ago
Right. “Declared” query/path parameters are only available in pages atm. If you want to access the URL in a component that’s exported as s web component, you can either: - Pass the relevant info as a parameter from your existing application - Use the current URL formula to check the actual URL of the window