How to configure babel with private members? #4012
-
Ethers Version6.3.0 Search TermsNo response Describe the Problemget below errors when set up ethers v6 with create-react-app
Code SnippetNo response Contract ABINo response ErrorsNo response EnvironmentNo response Environment (Other)Node v16.14.0 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
looks like typescript didn't support sharp notation |
Beta Was this translation helpful? Give feedback.
-
What version of TypeScript are you using? It is definitely supported by TypeScript. It looks like your version of babel might be out of date? |
Beta Was this translation helpful? Give feedback.
-
Since I create project with |
Beta Was this translation helpful? Give feedback.
Since I create project with
create-react-app
and the babel version controlled byreact-scripts
, I updatereact-scripts
to latest then the issue fixed