Manthankumar Satani
Manthankumar Satani
> But, don't know why or how, it's working for me without giving me any error can you please share working minimal reproduction?
I was getting the same error. rm lock file & node_modules then re-install dependancies works well (thanks to @harlan-zw)
I get the same warning
Any updates on this? Private repo installation Config for Netlify conflicts with GitHub CI
Getting `Failed to parse bg-xy-100-0) Error: Unbalanced parenthesis` error on output log on vscode I think the issue is because of no space between `bg-xy-100-0` and `)` parentheses 
I think you are right this happens for the page only. Components Used on page works as expected.
To work with client only component you can write integration as you normally do but you need to import it when required or `onMounted` on the client side.
@syffs check this demo it works great with Nuxt3 Client Side https://stackblitz.com/edit/nuxt-starter-ocfokz
> @itsmnthn any change you can add wallet connect to your example? it requires some polyfill and novices in javascript like me don't know how :( you may wanna check...