grafana / grafana-aws-sdk-react

Apache License 2.0
3 stars 1 forks source link

Clean up: Fixed unit test warnings #14

Closed yaelleC closed 2 years ago

yaelleC commented 2 years ago

When running the tests we had a few warnings :

[Deprecation warning] SelectBase: menuShouldPortal={false} is deprecated. Use menuShouldPortal={true} instead

This PR fixes these warnings 🙂 using recommendations here: https://github.com/grafana/grafana/issues/42359#issuecomment-1032179575