Qix-/color

The issue has been closed
IE11 not working #217
love89music posted onGitHub
Hi Team,
The latest version 4.0.1 is not compatible with IE11.
These are the source code with issue.
for (const model of Object.keys(convert)) {
hashedModelKeys[_slice.call(convert[model].labels).sort().join('')] = model;
}
While version 3.2.1 is compatible with IE11. Please take a look at this.
Thank you.