I'm using React Application with Typescript and I updated [email protected], After that I'm getting lot of error like
- Replace
entry
with(entry)
prettier/prettier - Module imports itself import/no-self-import
- Unexpected block statement surrounding arrow body; move the returned value immediately after the
=>
a arrow-body-style ...etc
How to resolve this
Thanks