rsnext/packages
Minh Tu Le ec3e41c3cb
Fix Symbol.protype.description polyfill (#18575)
Our code uses `core-js` to polyfill and because core-js [`es.symbol.description`](https://github.com/zloirock/core-js/blob/master/packages/core-js/modules/es.symbol.description.js#L14-L16) doesn't just check for `Symbol.prototype.description`, it will try to polyfill again but fail to do so because Next.js polyfill is not configurable. By default, `Object.defineProperty` set `configurable` to `false`. 

Here are the screenshots of the error on Edge 44.18362.449.0 using Next.js v10.0.1-canary.1
![Screen Shot 2020-10-30 at 9 44 05 PM](https://user-images.githubusercontent.com/1637627/97771409-da810700-1af9-11eb-8900-fe49d718dc94.png)

![Screen Shot 2020-10-30 at 9 51 43 PM](https://user-images.githubusercontent.com/1637627/97771433-321f7280-1afa-11eb-8928-fa4d902a01dd.png)
2020-11-01 05:11:56 +00:00
..
create-next-app v10.0.1-canary.3 2020-10-31 22:52:19 -04:00
eslint-plugin-next v10.0.1-canary.3 2020-10-31 22:52:19 -04:00
next Ensure correct params are used with i18n revalidation (#18569) 2020-11-01 04:49:48 +00:00
next-bundle-analyzer v10.0.1-canary.3 2020-10-31 22:52:19 -04:00
next-codemod v10.0.1-canary.3 2020-10-31 22:52:19 -04:00
next-env v10.0.1-canary.3 2020-10-31 22:52:19 -04:00
next-mdx v10.0.1-canary.3 2020-10-31 22:52:19 -04:00
next-plugin-google-analytics v10.0.1-canary.3 2020-10-31 22:52:19 -04:00
next-plugin-sentry v10.0.1-canary.3 2020-10-31 22:52:19 -04:00
next-plugin-storybook v10.0.1-canary.3 2020-10-31 22:52:19 -04:00
next-polyfill-module Fix Symbol.protype.description polyfill (#18575) 2020-11-01 05:11:56 +00:00
next-polyfill-nomodule v10.0.1-canary.3 2020-10-31 22:52:19 -04:00
react-dev-overlay v10.0.1-canary.3 2020-10-31 22:52:19 -04:00
react-refresh-utils v10.0.1-canary.3 2020-10-31 22:52:19 -04:00