Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit 9ddd43b

Browse files
committed
fix(app): async iterator polyfill import path
1 parent 536d7ec commit 9ddd43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/util/patches/index.native.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ global.process = require('process');
1414
global.navigator.userAgent ??= 'React Native';
1515

1616
// Import corejs async iterator polyfill
17-
import 'core-js/features/async-iterator'; // Required for neverthrow & viem
17+
import 'core-js/features/symbol/async-iterator'; // Required for neverthrow & viem
1818

1919
export default {};

0 commit comments

Comments
 (0)