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
Description
Chrome legacy check is broken for v100+.
Environment
Context
slate/packages/slate-react/src/utils/environment.ts
Line 31 in 8bc6a46
Chrome 100 is marked as IS_CHROME_LEGACY = true, even though it is not a legacy browser.
IS_CHROME_LEGACY = true
The text was updated successfully, but these errors were encountered:
While fixing this bug, it would be a good idea to update legacy check for all browsers as they are updating to v100+ at the same time.
https://www.forbes.com/sites/gordonkelly/2022/02/19/google-chrome-microsoft-edge-mozilla-firefox-web-browser-update-warning
Sorry, something went wrong.
fix chrome and edge three digit version check ianstormtaylor#4869
837e05f
Fix chrome and edge three digit version check (#4883)
3b3b0e3
* fix chrome and edge three digit version check #4869 * add changelist
Fix chrome and edge three digit version check (ianstormtaylor#4883)
ab689e3
* fix chrome and edge three digit version check ianstormtaylor#4869 * add changelist
Successfully merging a pull request may close this issue.
Description
Chrome legacy check is broken for v100+.
Environment
Context
slate/packages/slate-react/src/utils/environment.ts
Line 31 in 8bc6a46
Chrome 100 is marked as
IS_CHROME_LEGACY = true
, even though it is not a legacy browser.The text was updated successfully, but these errors were encountered: