fkhadra / react-toastify

React notification made easy 🚀 !
https://fkhadra.github.io/react-toastify/introduction
MIT License
12.58k stars 692 forks source link

Updated wrong format used error with bounce in ToastContainer.tsx #1089

Open kapilsuham opened 6 months ago

kapilsuham commented 6 months ago

In ToastContainer.tsx Updated wrong format used with bounce error solved by removing colon used previously and add equals symbol which is correct and solved the problem of wrong format in the code.

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

MahiRenush commented 1 month ago

Can you let others know what is the issue you are trying to solve here, because the bounce key within the object cannot be assigned a value with '=" equals operator.