Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Demo broken on IE11. Object.assign... #79

Closed
@neslinesli93

Description

@neslinesli93

I'm submitting a ...

  • bug report
    feature request

Bug Report:

Demo is currently broken on IE11, with the message object doesn't support property or method 'includes'

Activity

Metnew

Metnew commented on Aug 21, 2017

@Metnew
Owner

Hm, ok will be fixed. Probably it's because of Array.includes

neslinesli93

neslinesli93 commented on Aug 21, 2017

@neslinesli93
Author

Actually just adding babel-polyfill to webpack config.entry production bundle may have solved the problem. However, it does not work in dev mode: after some research, it seems there is conflict between react hot loader and babel-polyfill module...

Metnew

Metnew commented on Nov 4, 2017

@Metnew
Owner

Hi @neslinesli93 , can you check is your issue still reproducible?

neslinesli93

neslinesli93 commented on Nov 4, 2017

@neslinesli93
Author

Yep, now it complains about assign not being a property of Object

Metnew

Metnew commented on Nov 4, 2017

@Metnew
Owner

Hm, strange... Probably, something with babel. Thanks for check 👍

changed the title Demo broken on IE11 Demo broken on IE11. Object.assign... on Nov 4, 2017
Metnew

Metnew commented on Nov 10, 2017

@Metnew
Owner

Should be fixed in #130. (demo hasn't updated yet, so try run it locally, please)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Demo broken on IE11. Object.assign... · Issue #79 · Metnew/suicrux