From 6a1610101773e82539cf81e540a168cd42a2362c Mon Sep 17 00:00:00 2001 From: Ryan Christian <33403762+rschristian@users.noreply.github.com> Date: Thu, 5 Sep 2024 20:38:43 -0500 Subject: [PATCH] chore: Update fake compat version --- compat/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/src/index.js b/compat/src/index.js index f08b89b03d..7c8da05506 100644 --- a/compat/src/index.js +++ b/compat/src/index.js @@ -35,7 +35,7 @@ import { __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED } from './render'; -const version = '17.0.2'; // trick libraries to think we are react +const version = '18.3.1'; // trick libraries to think we are react /** * Legacy version of createElement.