react-toastify icon indicating copy to clipboard operation
react-toastify copied to clipboard

fix this issue webkit(-webkit=>--webkit) on line3 of toastContainer.s…

Open PrathamAyush opened this issue 1 year ago • 0 comments

…css because it create issue in showing proper toaste and shows error in terminal

Before submitting a pull request, please make sure the following is done:

  1. Fork the repository and create your branch from master.
  2. Run yarn in the repository root.
  3. If you've fixed a bug or added code that should be tested, add tests!
  4. Ensure the test suite passes (yarn test).
  5. Run yarn start to test your changes in the playground.
  6. Update the readme is needed
  7. Update the typescript definition is needed
  8. Format your code with prettier (yarn prettier-all).
  9. Make sure your code lints (yarn lint:fix).

Learn more about contributing here

PrathamAyush avatar Mar 29 '23 22:03 PrathamAyush