You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Invariant Violation: Text strings must be rendered within a <Text> component. Detected attempt to render "${text}" string within a <${hostContext.elementType}> component.`,
141
+
`Invariant Violation: Text strings must be rendered within a <Text> component. Detected attempt to render "${text}" string within a <${hostContext.type}> component.`,
144
142
);
145
143
}
146
144
@@ -216,7 +214,6 @@ const hostConfig = {
216
214
* This method happens **in the render phase**. Do not mutate the tree from it.
// of creating it from scratch. For example, the DOM renderer uses this to attach to an HTML markup.
584
578
//
585
579
// To support hydration, you need to declare `supportsHydration: true` and then implement the methods in
586
-
// the "Hydration" section [listed in this file](https://github.com/facebook/react/blob/master/packages/react-reconciler/src/forks/ReactFiberHostConfig.custom.js). File an issue if you need help.
580
+
// the "Hydration" section [listed in this file](https://github.com/facebook/react/blob/master/packages/react-reconciler/src/forks/ReactFiberHostConfig.custom.js).
0 commit comments