File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -134,15 +134,13 @@ const SpaceInner: React.FC<IReactSpaceInnerProps & { wrapperInstance: Space }> =
134
134
{ React . createElement (
135
135
props . as || "div" ,
136
136
outerProps ,
137
- < >
138
- < div className = { innerClasses . join ( " " ) } style = { innerStyle } >
139
- < ParentContext . Provider value = { space . id } >
140
- < LayerContext . Provider value = { undefined } >
141
- < DOMRectContext . Provider value = { domRect } > { centeredContent } </ DOMRectContext . Provider >
142
- </ LayerContext . Provider >
143
- </ ParentContext . Provider >
144
- </ div >
145
- </ > ,
137
+ < div className = { innerClasses . join ( " " ) } style = { innerStyle } >
138
+ < ParentContext . Provider value = { space . id } >
139
+ < LayerContext . Provider value = { undefined } >
140
+ < DOMRectContext . Provider value = { domRect } > { centeredContent } </ DOMRectContext . Provider >
141
+ </ LayerContext . Provider >
142
+ </ ParentContext . Provider >
143
+ </ div > ,
146
144
) }
147
145
</ >
148
146
) ;
You can’t perform that action at this time.
0 commit comments