Trying to fork pancakeswap from https://github.com/pancakeswap/pancake-frontend.
Steps what I did,
- Clone Repo
- Run npm install command
- Run npm start command
- Solve some no-used props error by commenting that props. After that also 2 errors are still in application.
Error1: JSX props should not use functions react/jsx-no-bind
Error2: defaultProp "expanded" has no corresponding propTypes declaration react/default-props-match-prop-types
Help me to solve this. Stuck more than 5 days. Searched many pages but no use. Most of them are suggested to change jsx functions. Is there is any simple way to solve these errors?