Skip to content

Remove object spread operator so old edge works#388

Open
Lego6245 wants to merge 1 commit intomikebryant:masterfrom
Lego6245:removeObjSpreadForOldEdge
Open

Remove object spread operator so old edge works#388
Lego6245 wants to merge 1 commit intomikebryant:masterfrom
Lego6245:removeObjSpreadForOldEdge

Conversation

@Lego6245
Copy link

Old edge doesn't support the spread operator for object literals. We can make a simple one line change that use Object.assign instead which does basically the same thing, but allows for users still using old edge to use the site.

We should consider a transpile step to fix this class of issues automatically for devs (and potentially show a banner warning for browsers that aren't supported)

Fixes #383

@rctgamer3
Copy link
Collaborator

Is this broken in Edge (Webkit)?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Output isn't showing any numbers when I put sales prices in...

2 participants

Comments