Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove object spread operator so old edge works #388

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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