Skip to content

Commit

Permalink
Pin use-sync-external-store version
Browse files Browse the repository at this point in the history
  • Loading branch information
zerobias authored Dec 7, 2024
1 parent 40dff08 commit 0c81e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/evaluator/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ const fetchEffectorReact = createEffect<any, {[key: string]: any}, any>({
const effectorReactUrl =
'https://effector--canary.s3-eu-west-1.amazonaws.com/effector-react/effector-react.cjs.js'
const shimUrl =
'https://unpkg.com/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.js'
'https://unpkg.com/use-sync-external-store@1.2.0/cjs/use-sync-external-store-shim.production.min.js'
const withSelectorUrl =
'https://unpkg.com/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.js'
'https://unpkg.com/use-sync-external-store@1.2.0/cjs/use-sync-external-store-shim/with-selector.production.min.js'
const shimName = 'use-sync-external-store/shim/index.js'
const shimSelectorName = 'use-sync-external-store/shim/with-selector.js'
const shim = await getLibraryCode(shimName, shimUrl)
Expand Down

0 comments on commit 0c81e48

Please sign in to comment.