mirror of
https://github.com/status-im/react-native.git
synced 2025-01-30 03:05:44 +00:00
[react-packager] Remove links to internal wiki
This commit is contained in:
parent
fb7036eaac
commit
642d6cf483
@ -23,7 +23,7 @@
|
|||||||
get: function() {
|
get: function() {
|
||||||
console.error(
|
console.error(
|
||||||
'Your code is broken! Do not iterate over arrays with ' +
|
'Your code is broken! Do not iterate over arrays with ' +
|
||||||
'for...in. See https://fburl.com/31944000 for more information.'
|
'for...in.'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -49,9 +49,6 @@
|
|||||||
* - Use a regular for loop with index.
|
* - Use a regular for loop with index.
|
||||||
* - Use one of the array methods: a.forEach, a.map, etc.
|
* - Use one of the array methods: a.forEach, a.map, etc.
|
||||||
* - Guard your body of your loop with a `arr.hasOwnProperty(key)` check.
|
* - Guard your body of your loop with a `arr.hasOwnProperty(key)` check.
|
||||||
*
|
|
||||||
* More info:
|
|
||||||
* https://our.intern.facebook.com/intern/dex/qa/669736606441771/
|
|
||||||
*/
|
*/
|
||||||
if (this == null) {
|
if (this == null) {
|
||||||
throw new TypeError(
|
throw new TypeError(
|
||||||
@ -92,9 +89,6 @@
|
|||||||
* - Use a regular for loop with index.
|
* - Use a regular for loop with index.
|
||||||
* - Use one of the array methods: a.forEach, a.map, etc.
|
* - Use one of the array methods: a.forEach, a.map, etc.
|
||||||
* - Guard your body of your loop with a `arr.hasOwnProperty(key)` check.
|
* - Guard your body of your loop with a `arr.hasOwnProperty(key)` check.
|
||||||
*
|
|
||||||
* More info:
|
|
||||||
* https://our.intern.facebook.com/intern/dex/qa/669736606441771/
|
|
||||||
*/
|
*/
|
||||||
if (this == null) {
|
if (this == null) {
|
||||||
throw new TypeError('Array.prototype.find called on null or undefined');
|
throw new TypeError('Array.prototype.find called on null or undefined');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user