Skip to content
Snippets Groups Projects
Unverified Commit 43a9a796 authored by Phoomparin Mano's avatar Phoomparin Mano Committed by GitHub
Browse files

docs(sdk): remove vite incompatibility from sdk docs (#44729)

parent 9ce72a44
No related branches found
No related tags found
No related merge requests found
......@@ -599,8 +599,10 @@ return (
# Known limitations
- The Metabase Embedding SDK only supports React on SPA Webpack applications. Applications built with Vite aren't currently supported. We aim to add support for other platforms in the near future.
- Authorized Origins setting only supports 1 origin for CORS at the moment. We are working on supporting multiple origins in the near future.
- The Metabase Embedding SDK does not support server-side rendering (SSR) at the moment.
- If you are using a framework with SSR support such as Next.js or Remix, you have to ensure that the SDK components are rendered on the client side.
- For example, you can apply the `"use client"` directive on Next.js or use the `remix-utils/ClientOnly` component on Remix.
# Feedback
For issues and feedback, there are two options:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment