Using Sanity v3 embed with Remix in a cloudflare runtime #3393
jcheese1
started this conversation in
Sanity Studio Feedback
Replies: 1 comment
-
I don't know if sanity would consider a custom |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey!
I am getting
[pages:err] TypeError: globalThis.XMLHttpRequest is not a constructor
while trying to use the<Studio />
component in Remix, in a cloudflare runtime. I assume this is because the package is using XMLHttpRequest instead of fetch. Any idea how to work around this?This is the file:
Beta Was this translation helpful? Give feedback.
All reactions