Skip to content

Why am i getting this error: TypeError: undefined is not a function #3292

Closed Answered by CrispenGari
CrispenGari asked this question in Q&A
Discussion options

You must be logged in to vote

I managed to solve my issue by dong the following.

  1. install core-js
yarn add core-js

Then add the following import at the top in the root component of my app:

import 'core-js/full/symbol/async-iterator';

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by CrispenGari
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant