chore: fix some typos in comments (#4205)
Signed-off-by: CoolCu <coolcui@qq.com>
This commit is contained in:
parent
41d8005f0b
commit
f729e46bb0
4 changed files with 6 additions and 6 deletions
|
|
@ -24,7 +24,7 @@ const RenderIfVisible: React.FC<Props> = (props) => {
|
|||
as = "div",
|
||||
children,
|
||||
classNames = "",
|
||||
alwaysRender = false, //render the children even if it is not visble in root
|
||||
alwaysRender = false, //render the children even if it is not visible in root
|
||||
placeholderChildren = null, //placeholder children
|
||||
pauseHeightUpdateWhileRendering = false, //while this is true the height of the blocks are maintained
|
||||
changingReference, //This is to force render when this reference is changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue