-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
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
Check browerlist whether really works #770
Comments
I should have fixed it and I'm going to test production bundles under new config. Should I create a PR for it first ? |
Yes, please! |
known:
|
For record, the stack trace causing the
|
hi @unbyte , can you help do some more test on Firefox 46 and 47 if it is possible? (not sure whether we still can download such old firefox installation packages). it is reported that has the same error in an old Firefox 4x version (but don't know the exact version). According to our code logic, it is supposed to show a prompt to ask the user to upgrade their browser in the Firefox below version 68.
|
I think it is more appropriate to import polyfill manually as a special case rather than to alert users to change browser |
Testing on the old version of firefox is just for checking whether has some more reasons, then we can resolve them together. Importing polyfill manually is one way, or we can higher the lowest supported version if checkBrowser.js works well. |
Please edit this comment to complete the following informationNot a bug
Duplicate bug
BugNote: Make Sure that 'component', and 'severity' labels are added 1. Root Cause Analysis (RCA)2. Symptom3. All Trigger Conditions4. Workaround (optional)5. Affected versions6. Fixed versions |
(WorkAroud RCA AllTriggerConditions FixedVersions AffectedVersions Symptom ) fields are empty. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
What did you do?
Access dashboard in Chrome 5x version.
What did you expect to see?
Work normally.
What did you see instead?
It crashes and says
Object.entries()
is not a function.(This version of Chrome is supported in the browser list, so the checkBrowser.js doesn't show a prompt to say this browser version is too low.)
What version of TiDB Dashboard are you using (
./tidb-dashboard --version
)?4.0.7
The text was updated successfully, but these errors were encountered: