apetta

Results 48 comments of apetta

> @apetta Sure its related ? Im getting this same issue on AppCenter builds Not sure about AppCenter, but I was able to resolve my issue with the patch shared...

> > @apetta Sure its related ? Im getting this same issue on AppCenter builds > > Not sure about AppCenter, but I was able to resolve my issue with...

Yeah can confirm it only works with ` "deploymentTarget": "13.0"`, anything higher breaks it... strange.

> Patch didn't work for me. I fixed it specifying OpenSSl Version in Pods file under shared pods, maybe does the trick for you also. pod "OpenSSL-Universal", "1.1.1100" Ha! was...

> The package has been updated, can you all give it a try with the latest version please? Would love to try it, but the package still seems to be...

To add on to @jketcham's solution, you can alternatively use `"emulate":"tsc --watch & firebase:emulators:start"`

Is there a way to run on all except a select few workspaces when using `-ws`?

You'll need to wrap the component in next/dynamic and disable SSR on it for this to work. Alternatively, don't use the hook! Bake it into css with the `dark:` selector.

For those struggling with SVGR in next 14+ with Typescript, here's what worked for me: 1. Ensure next.config.js is set up as per [svgr docs](https://react-svgr.com/docs/next/) 2. Add a type declaration...