question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unhandled promise rejection TypeError: Object doesn't support property or method 'parseInt'

See original GitHub issue

Hey,

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:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
AndrzejSalacommented, May 22, 2019

@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.

0reactions
pcholujcommented, Jun 4, 2019

Hi. Fs-react is now using new version 3.x.x has been released:)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found