Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react/react
/ t
Method
t
packages/react-art/src/ReactART.js:164–165 ·
view source on GitHub ↗
(this._text = t)
Source
from the content-addressed store, hash-verified
162
const
T = TYPES.TEXT;
163
return
(
164
<T {...this.props} ref={t => (this._text = t)}>
165
{childrenAsString(this.props.children)}
166
</T>
167
);
168
}
Callers
nothing calls this directly
Calls
1
childrenAsString
Function · 0.90
Tested by
no test coverage detected