We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am running Firefox 131.0.3 on my Windows 11 computer. When I go to a example page, I cannot run the example.
131.0.3
For example when I go to https://tanstack.com/query/latest/docs/framework/react/examples/simple, I see this page:
As you can see in the image above the preview window says "Unable to run Embedded Project". According to StackBlitz documentation https://developer.stackblitz.com/platform/webcontainers/browser-support#embedding embedding are only supported in Chromium-based browsers.
Best solution: Use another service that support Firefox.
If not possible I can still click on the link above : (https://stackblitz.com/github/tanstack/query/tree/main/examples/react/simple?embed=1&theme=dark&preset=node&file=src/index.tsx) but because in the url query parameters embed=1 in a new tab I see this message:
embed=1
If i manually remove embed=1 (=> https://stackblitz.com/github/tanstack/query/tree/main/examples/react/simple?theme=dark&preset=node&file=src/index.tsx) then the stackblitz environment load properly.
Alternative solution: remove embed=1 from the link near the title and only add embed=1 for the iframe below.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am running Firefox
131.0.3
on my Windows 11 computer. When I go to a example page, I cannot run the example.For example when I go to https://tanstack.com/query/latest/docs/framework/react/examples/simple, I see this page:
As you can see in the image above the preview window says "Unable to run Embedded Project". According to StackBlitz documentation https://developer.stackblitz.com/platform/webcontainers/browser-support#embedding embedding are only supported in Chromium-based browsers.
Best solution: Use another service that support Firefox.
If not possible I can still click on the link above :
(https://stackblitz.com/github/tanstack/query/tree/main/examples/react/simple?embed=1&theme=dark&preset=node&file=src/index.tsx) but because in the url query parameters
embed=1
in a new tab I see this message:If i manually remove
embed=1
(=> https://stackblitz.com/github/tanstack/query/tree/main/examples/react/simple?theme=dark&preset=node&file=src/index.tsx) then the stackblitz environment load properly.Alternative solution: remove
embed=1
from the link near the title and only addembed=1
for the iframe below.The text was updated successfully, but these errors were encountered: