Skip to content
This repository was archived by the owner on Jul 23, 2021. It is now read-only.

IE11 fromJS bug #110

Closed
Methuselah96 opened this issue Oct 17, 2020 · 3 comments
Closed

IE11 fromJS bug #110

Methuselah96 opened this issue Oct 17, 2020 · 3 comments
Labels
bug Something isn't working from-original-repo
Milestone

Comments

@Methuselah96
Copy link

From @rytisbac on Wed, 14 Nov 2018 07:57:33 GMT

Version v4.0.0-rc.12
Function fromJS.
example:
console.log(fromJS({test: 'qqq'}))
In most of the browsers it returns Map object, but IE11 returns the same object.
Other case:
console.log(fromJS([{test: 'qqq'}]))
In most of the browsers it returns List and Map as first element, but IE11 returns List and initial object.

Version 3.8.2 works as expected

Copied from original issue: immutable-js#1648

@Methuselah96 Methuselah96 added this to the 4.0 milestone Nov 14, 2020
@Methuselah96
Copy link
Author

Related: immutable-js#1745

@Methuselah96 Methuselah96 added needs investigation bug Something isn't working and removed needs investigation labels Nov 14, 2020
@jdeniau
Copy link

jdeniau commented Nov 28, 2020

This is fixed on master:

Tried on IE11 on immutable doc website:
image

And with build version of master:
image

@Methuselah96
Copy link
Author

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working from-original-repo
Projects
None yet
Development

No branches or pull requests

2 participants