George Norris
George Norris
Changing the url to include namespace `media` as per Webpacker docs. `= inline_svg_pack_tag 'media/images/calc-logo.svg'` Image is in `client/javascript/components/images/calc-logo.svg` Result: - Nothing is rendered. To SVG tag. If I change the...
I searched for this is docs. Would be nice to get this merged.
+1 to this
Has anyone found a way around this? I just added useWallet to my app, running into same issue
When logged out of metamask, and upon first load of page this error appear.s
This happens when `autoConnect: true` and `readOnlyUrls` is set (required for autoconnect). Is there a way to catch this error? Thanks.
Same. Is the correct way like this? ``` supabase.auth.session = () => ({ access_token: token, token_type: 'Bearer', user }); ```
Where is this form? I can't seem to find it in the UI anywhere.
Same error, I have a tsconfig in a Cypress folder and one in root.