Andrew Henry

Results 22 comments of Andrew Henry

`VERCEL_URL` is valid and provided at build time so that can be used on the server. But on the client you'll need to use `NEXT_PUBLIC_VERCEL_URL` Reference: https://vercel.com/docs/concepts/projects/environment-variables#system-environment-variables I can make...

URLs without TLDs are still URLs via [the spec](https://url.spec.whatwg.org/#example-url-components) For example: `http://localhost` If you don't want to allow urls without TLD, you'll need to use regex like this: ```ts const...

@forabi Thanks for getting back to me. Honestly, I have no idea what is causing this issue, as I am unable to reproduce [in codesandbox](https://codesandbox.io/s/competent-nightingale-qc9sf) even though my dependency versions...

Same issue with the non EcmaScript module, I'll try building locally and report back

Not too sure either, but thank you for all your effort! I'm going to close this issue as I have a growing suspicion another package in my dependency tree is...

@EthanHolman Unfortunately I did not. I had to switch to another package that didn't have this issue

I was able to fix this by removing the following line (not too sure of the consequences of this but its working fine for me) https://github.com/lovasoa/react-contenteditable/blob/f4d81dd974c26f23b432f16d2521362c8e6cfb2e/src/react-contenteditable.tsx#L93

I can add functionality to have a toggle to disable actions on the mirror creation screen. Will create an issue here 😄

That’s a good point, I was thinking about how we could setup a “default” set of permissions on a mirror. Having a config file wouldn’t be hard to implement on...