We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/mui-org/material-ui-pickers/blob/b62ce2a71aa1395f02b7d54e11dbbfab8a080ea6/lib/src/_shared/PickerPopper.tsx#L70-L71
we rely on the API of popper.js's (onCreate), however, this leads to 3 issues:
https://github.com/mui-org/material-ui-pickers/blob/d6134e05c71361f1a6c2d1ea210690e04d544c83/lib/src/__tests__/DateTimePickerTestingLib.test.tsx#L44
Without the wait for, it fails with:
I think that we could consider using a ref, to know when the DOM is safe to be usable
The text was updated successfully, but these errors were encountered:
It seems it was already handled
Sorry, something went wrong.
No branches or pull requests
https://github.com/mui-org/material-ui-pickers/blob/b62ce2a71aa1395f02b7d54e11dbbfab8a080ea6/lib/src/_shared/PickerPopper.tsx#L70-L71
we rely on the API of popper.js's (onCreate), however, this leads to 3 issues:
https://github.com/mui-org/material-ui-pickers/blob/d6134e05c71361f1a6c2d1ea210690e04d544c83/lib/src/__tests__/DateTimePickerTestingLib.test.tsx#L44
Without the wait for, it fails with:
I think that we could consider using a ref, to know when the DOM is safe to be usable
The text was updated successfully, but these errors were encountered: