Carbon: Doesn't work on the ms edge

Created on 10 Jan 2020  路  3Comments  路  Source: carbon-app/carbon

Describe the bug
While trying to open https://carbon.now.sh/ on the ms edge, the inputbox doesn't show at all. Like following:
image
And you will get an error in the console:
image
image
It seems that the ms edge doesn't support the spread operator at all

To Reproduce
Just open https://carbon.now.sh/ on ms edge browser. On my PC, i use Microsoft Edge 44.18362.449.0 and the EdgeHTML is 18.18363

Expected behavior
The inputbox show

Screenshots
image
image
image
Info (please complete the following information):

  • OS Windows
  • Microsoft Edge 44.18362.449.0
bug

Most helpful comment

@mfix22 Next.js transpiles spread operators within first-party code.

If one of your node_modules deps is shipping with it, it will not be compiled.

All 3 comments

@Timer does Next.js not transpile spread operators?

@Gaojianli potentially this is an issue with one of our dependencies. Can you tell which dependency this code is coming from? You should be able to tell by searching through the node_modules

@mfix22 Next.js transpiles spread operators within first-party code.

If one of your node_modules deps is shipping with it, it will not be compiled.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kievsash picture kievsash  路  3Comments

vmitchell85 picture vmitchell85  路  3Comments

LGTMXD picture LGTMXD  路  4Comments

tibuurcio picture tibuurcio  路  4Comments

shaonkabir8 picture shaonkabir8  路  5Comments