Skip to content

Instantly share code, notes, and snippets.

@IgorDePaula
Created October 20, 2020 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IgorDePaula/25ad3a6fda261f82c903f74e4db426aa to your computer and use it in GitHub Desktop.
Save IgorDePaula/25ad3a6fda261f82c903f74e4db426aa to your computer and use it in GitHub Desktop.
Module not found: Error: Can't resolve 'core-js/modules/es.array.index-of'
export default (type) => ['success', 'info', 'danger', 'warning'].indexOf(type) > -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment