Skip to content

Commit

Permalink
fix(app): async iterator polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
hbriese committed Jul 28, 2024
1 parent 5f46f1f commit 1de23da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/util/patches/index.native.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ global.process = require('process');
global.navigator.userAgent ??= 'React Native';

// Import corejs async iterator polyfill
import 'core-js/full/async-iterator'; // Required for neverthrow & viem
import 'core-js/features/async-iterator'; // Required for neverthrow & viem

export default {};

0 comments on commit 1de23da

Please sign in to comment.