Skip to content

Commit

Permalink
[DiffTrain] Add artifacts for React Native to compiled (#26204)
Browse files Browse the repository at this point in the history
DiffTrain build for commit c57b90f.
  • Loading branch information
sammy-SC committed Mar 20, 2023
1 parent f93079b commit df61ea1
Show file tree
Hide file tree
Showing 15 changed files with 25,820 additions and 23,801 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ function defineRefPropWarningGetter(props, displayName) {
* @internal
*/

var ReactElement = function (type, key, ref, self, source, owner, props) {
function ReactElement(type, key, ref, self, source, owner, props) {
var element = {
// This tag allows us to uniquely identify this as a React Element
$$typeof: REACT_ELEMENT_TYPE,
Expand Down Expand Up @@ -745,7 +745,7 @@ var ReactElement = function (type, key, ref, self, source, owner, props) {
}

return element;
};
}
/**
* https://github.com/reactjs/rfcs/pull/107
* @param {*} type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ function defineRefPropWarningGetter(props, displayName) {
* @internal
*/

var ReactElement = function (type, key, ref, self, source, owner, props) {
function ReactElement(type, key, ref, self, source, owner, props) {
var element = {
// This tag allows us to uniquely identify this as a React Element
$$typeof: REACT_ELEMENT_TYPE,
Expand Down Expand Up @@ -745,7 +745,7 @@ var ReactElement = function (type, key, ref, self, source, owner, props) {
}

return element;
};
}
/**
* https://github.com/reactjs/rfcs/pull/107
* @param {*} type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (
}
"use strict";

var ReactVersion = "18.3.0-next-ef8bdbecb-20230310";
var ReactVersion = "18.3.0-next-c57b90f50-20230320";

// ATTENTION
// When adding new symbols to this file,
Expand Down Expand Up @@ -830,7 +830,7 @@ function warnIfStringRefCannotBeAutoConverted$1(config) {
* @internal
*/

var ReactElement$1 = function (type, key, ref, self, source, owner, props) {
function ReactElement$1(type, key, ref, self, source, owner, props) {
var element = {
// This tag allows us to uniquely identify this as a React Element
$$typeof: REACT_ELEMENT_TYPE,
Expand Down Expand Up @@ -882,7 +882,7 @@ var ReactElement$1 = function (type, key, ref, self, source, owner, props) {
}

return element;
};
}
/**
* Create and return a new ReactElement of the given type.
* See https://reactjs.org/docs/react-api.html#createelement
Expand Down Expand Up @@ -3327,7 +3327,7 @@ function defineRefPropWarningGetter(props, displayName) {
* @internal
*/

var ReactElement = function (type, key, ref, self, source, owner, props) {
function ReactElement(type, key, ref, self, source, owner, props) {
var element = {
// This tag allows us to uniquely identify this as a React Element
$$typeof: REACT_ELEMENT_TYPE,
Expand Down Expand Up @@ -3379,7 +3379,7 @@ var ReactElement = function (type, key, ref, self, source, owner, props) {
}

return element;
};
}
/**
* https://github.com/reactjs/rfcs/pull/107
* @param {*} type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -639,4 +639,4 @@ exports.useSyncExternalStore = function (
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-next-ef8bdbecb-20230310";
exports.version = "18.3.0-next-c57b90f50-20230320";
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ exports.useSyncExternalStore = function (
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-next-ef8bdbecb-20230310";
exports.version = "18.3.0-next-c57b90f50-20230320";

/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
if (
Expand Down
Loading

0 comments on commit df61ea1

Please sign in to comment.