Skip to content

Commit

Permalink
Merge pull request #2076 from tf/paged-regenerator
Browse files Browse the repository at this point in the history
Explicitly require regnerator runtime
  • Loading branch information
tf authored Feb 14, 2024
2 parents 8629935 + 8aeb2b5 commit e5f92b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import 'array-reverse-polyfill';

import 'core-js/stable';
import 'regenerator-runtime/runtime';

import * as actions from 'actions';
import * as components from 'components';
Expand Down

0 comments on commit e5f92b1

Please sign in to comment.