-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
I was trying to polyfill my App by importing a file:
(function() {
'use strict';
String.prototype.format = function () {
....
};
...
})()
And the error was caught
One of the sources for assign has an enumerable key on the prototype chain. This is an edge case that we do not support. This error is a performance optimization and not spec compliant.
It was totally ok in RN 0.15. It happens when I upgraded my project to RN 0.18
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.