From 5b13cfd5074948cc7e2bc204f27bf7043686a2f6 Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Fri, 29 Sep 2023 14:17:32 -0400 Subject: [PATCH] TEMP Re-add uSES fix --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index e017d6df8..92190ea77 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,7 +4,7 @@ // non-shim version. This shaves off the byte size of the shim. import * as React from 'react' -import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/with-selector' +import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/with-selector.js' import { unstable_batchedUpdates as batchInternal } from './utils/reactBatchedUpdates' import { setBatch } from './utils/batch'