mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 22:01:49 +00:00
Tests - Fix mountAndGetRootNode usage + Add depth=1 test case
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// import * as PropTypes from "prop-types";
|
||||
import * as React from "react";
|
||||
|
||||
class CDepth1 extends React.Component {
|
||||
render() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
export default CDepth1;
|
||||
Reference in New Issue
Block a user