From 36337f53cefdb8ed87f40da8c4f94e60dafea846 Mon Sep 17 00:00:00 2001 From: jer3m01 Date: Mon, 26 Feb 2024 09:23:15 +0100 Subject: [PATCH] docs: update ssr warning --- apps/docs/src/routes/docs/core/overview/ssr.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/src/routes/docs/core/overview/ssr.mdx b/apps/docs/src/routes/docs/core/overview/ssr.mdx index b7aae39d..e85a32ad 100644 --- a/apps/docs/src/routes/docs/core/overview/ssr.mdx +++ b/apps/docs/src/routes/docs/core/overview/ssr.mdx @@ -7,6 +7,6 @@ import { Callout } from "../../../../components/callout"; Kobalte works out of the box with [SolidStart](https://start.solidjs.com/). - Kobalte has been tested with `solid-js@1.8.8` and `@solidjs/start@0.4.11`, compatibility with + Kobalte has been tested with `solid-js@1.8.15` and `@solidjs/start@0.5.10`, compatibility with other versions is not guaranteed.