Skip to content

Commit

Permalink
FIX Issue regeneratorRuntime is not defined (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabina-talipova authored Mar 30, 2023
1 parent 2b808cd commit a2ea054
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/dist/js/bundle-cms.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ import LoadingIndicator from '../../LoadingIndicator';
import CircleDash from '../../Icons/CircleDash';
import CircleTick from '../../Icons/CircleTick';

/**
* regeneratorRuntime is not used explicitly in the code,
* but this import is necessary for the async handleSendReset method to work correctly
*/
import regeneratorRuntime from 'regenerator-runtime'; // eslint-disable-line

const fallbacks = require('../../../../lang/src/en.json');

/**
Expand Down

0 comments on commit a2ea054

Please sign in to comment.