This repository was archived by the owner on Jul 23, 2021. It is now read-only.
forked from immutable-js/immutable-js
-
-
Notifications
You must be signed in to change notification settings - Fork 6
[Bug] isPlainObj fn not compatible for IE11 #159
Labels
Milestone
Comments
Related: immutable-js#1648 |
The current function also fails to correctly detect objects which have property 'constructor' that has a property 'name':
|
bdurrer
added a commit
to bdurrer/immutable-js
that referenced
this issue
Nov 19, 2020
bdurrer
added a commit
to bdurrer/immutable-js
that referenced
this issue
Nov 19, 2020
bdurrer
added a commit
to bdurrer/immutable-js
that referenced
this issue
Nov 20, 2020
bdurrer
added a commit
to bdurrer/immutable-js
that referenced
this issue
Nov 20, 2020
bdurrer
added a commit
to bdurrer/immutable-js
that referenced
this issue
Nov 20, 2020
bdurrer
added a commit
to bdurrer/immutable-js
that referenced
this issue
Nov 20, 2020
bdurrer
added a commit
to bdurrer/immutable-js
that referenced
this issue
Nov 20, 2020
bdurrer
added a commit
to bdurrer/immutable-js
that referenced
this issue
Nov 20, 2020
bdurrer
added a commit
to bdurrer/immutable-js
that referenced
this issue
Nov 20, 2020
Methuselah96
pushed a commit
that referenced
this issue
Nov 20, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From @binarykitchen on Thu, 31 Oct 2019 02:53:06 GMT
This implementation is breaking on IE11
Always returns false.
Refer to https://stackoverflow.com/questions/25140723/constructor-name-is-undefined-in-internet-explorer
Copied from original issue: immutable-js#1745
The text was updated successfully, but these errors were encountered: