We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi y'all
I'm using Next.js V3.0.3 and I'm having problem on IE11 with the following error;
Object doesn't support property or method 'assign' TypError: Object doesn't support property or method 'assign'
{...oneObject, ...secondObject}
It's working on Chrome desktop/mobile and it's working on Safari desktop/mobile. It's working on Microsoft Edge but not IE11.
Is there any solution to this problem or a hotfix?
Thanks for your help.
The text was updated successfully, but these errors were encountered:
You can use a polyfill for that
Sorry, something went wrong.
Duplicate of #2468
No branches or pull requests
Hi y'all
I'm using Next.js V3.0.3 and I'm having problem on IE11 with the following error;
Steps to Reproduce (for bugs)
{...oneObject, ...secondObject}
in your codeContext
It's working on Chrome desktop/mobile and it's working on Safari desktop/mobile. It's working on Microsoft Edge but not IE11.
Your Environment
Is there any solution to this problem or a hotfix?
Thanks for your help.
The text was updated successfully, but these errors were encountered: