react-contexify
react-contexify copied to clipboard
Menu out of bounds with animation bug fix
Before submitting a pull request, please make sure the following is done:
- Fork the repository and create your branch from
master. - Run
yarnin the repository root. - If you've fixed a bug or added code that should be tested, add tests!
- Run
yarn startin the example folder to test your changes. - Ensure the test suite passes (
yarn test). It uses the example - Update the readme if needed or the documentation
- Update the typescript definition is needed
- Make sure your code lints (
yarn lint --fix).
Learn more about contributing here