Unhandled promise rejection TypeError: Object doesn't support property or method 'parseInt'
See original GitHub issueHey,
In Internet Explorer 11, clicking on a file in the file picker (after logging in with Google Drive) throws an error in the console: Unhandled promise rejection TypeError: Object doesn't support property or method 'parseInt'
. The file is of an accepted mime type and should just be selected as a file to upload.
It would be very nice to have a list of supported browser by the way - I wasn’t able to find it so far.
I am using filestack-react (version 2.0.6), which itself is using filestack-js (version 2.1.0).
Thanks, Killian
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:6 (4 by maintainers)
Top Results From Across the Web
IE-11: Object doesn't support property or method 'parseInt'
My code is compiled when the app is run so the above error occurs in lib.js file which is a compiled js code...
Read more >Object doesn't support property or method 'parseInt' #1535
Problem: Commit 5c0a7ec change the global parseInt function to the ES2015 Number.parseInt function which is not supported in Internet ...
Read more >TypeError: can't assign to property "x" on "y": not an object
In strict mode, a TypeError is raised when attempting to create a property on primitive value such as a symbol, a string, a...
Read more >Object doesn't support property or method 'bind' - MSDN
Hi hik,. This issue is related to the JavaScript, I suggest that you need check which JavaScript file throw that error. It may...
Read more >Error | Object Doesn't Support Property Or Method 'Includes' In ...
In this article, I am going to explain how to fix the error Object doesn't support property or method 'includes' as well as...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@killiansc I will check it.
You will find the list of supported browser at the top of readme and IE 11 is also on it.
Hi. Fs-react is now using new version 3.x.x has been released:)