Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ctrlplusb/react-tree-walker
/ isReactElement
Function
isReactElement
src/index.js:71–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
const
getProps = element => element.props || element.attributes
70
71
const
isReactElement = element => !!getType(element)
72
73
const
isClassComponent = Comp =>
74
Comp.prototype &&
Callers
1
recursive
Function · 0.85
Calls
1
getType
Function · 0.85
Tested by
no test coverage detected