Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kapilsuham
Copy link

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

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant