mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 13:52:36 +00:00
Add testcase - travserse-basic-depth=5
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
// import * as PropTypes from "prop-types";
|
||||
import * as React from "react";
|
||||
|
||||
class CDepth5 extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
<span></span>
|
||||
<button></button>
|
||||
<div></div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
export default CDepth5;
|
||||
Reference in New Issue
Block a user