-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed
Labels
bugAn error in the Docusaurus core causing instability or issues with its executionAn error in the Docusaurus core causing instability or issues with its execution
Description
Have you read the Contributing Guidelines on issues?
- I have read the Contributing Guidelines on issues.
Prerequisites
- I'm using the latest version of Docusaurus.
- I have tried the
npm run clearoryarn clearcommand. - I have tried
rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages. - I have tried creating a repro with https://new.docusaurus.io.
- I have read the console error message carefully (if applicable).
Description
I noticed the Browser support documentation mentions the default Browserslist config in development:
last 1 chrome version
last 1 firefox version
last 1 safari version
Unfortunately, because of how Browserslist works, this only includes the latest minor (not major) release of Safari, which excludes half of Safari users we should support.
I suggest using last 1 safari major version instead.
Reproducible demo
No response
Steps to reproduce
https://browsersl.ist/#q=last+1+chrome+version%0Alast+1+firefox+version%0Alast+1+safari+version
Expected behavior
Latest version of Safari should be fully supported in development
Actual behavior
Latest minor version of Safari is supported in development (half of users on latest version)
Your environment
No response
Self-service
- I'd be willing to fix this bug myself.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugAn error in the Docusaurus core causing instability or issues with its executionAn error in the Docusaurus core causing instability or issues with its execution