-
I noticed the usage of Object Literal spread in the JS code - It is not compatible with Edge 12 to 18 and maybe other browsers. This is not possible to polypill it either (as far as I know). Example:
Maybe it could replaced by Object.assign() for a better compatibility or Transpiled. Is that something you plan to do in future releases? |
Beta Was this translation helpful? Give feedback.
Answered by
Johann-S
Sep 18, 2020
Replies: 1 comment 5 replies
-
Hi @bluedge, The compatibility is handle by Babel and we run our unit tests on Edge so don't worry it works 👍 |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
bluedge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @bluedge,
The compatibility is handle by Babel and we run our unit tests on Edge so don't worry it works 👍