Eric Gratta
Eric Gratta
If it helps this is the repo I was referencing in the original issue: https://github.com/ercgrat/creator.urbanbasic.de
The handling of environment variables in Next.js and netlify dev doesn't seem to be compatible. When running netlify dev my local .env variables are overridden by the Netlify variables pulled...
Sure thing, created it here: #1386
You can fix this in the code sandbox by turning off React strict mode in the `next.config.js` (don't forget to restart the next server to test this change, easier to...
PR #1085 introduced behavior to update the actions whenever the actions prop to `SpotlightProvider` changes. @ramiel because you are passing an unmemoized array as the actions prop, when the provider...
@DanielGibbsNZ I was able to run your test just fine with a few tweaks: - You are passing a div with `role="tooltip"` into the Tooltip, but Mantine already sets this...
Experiencing the same build issue after adding lambdas to my application - ~~though it is easy to work around the issue by including the encoding module as a dependency in...
The issue is the value of the label property in your example. That property doesn't accept free text, it's actually a predefined enum (e.g. paypal, checkout). See [docs](https://developer.paypal.com/docs/checkout/integration-features/customize-button/#label). This works...