We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e17f57 commit 0a8b8fdCopy full SHA for 0a8b8fd
src/components/Space.tsx
@@ -73,7 +73,7 @@ const SpaceInner: React.FC<IReactSpaceInnerProps & { wrapperInstance: Space }> =
73
space.element.removeAttribute("data-ssr");
74
updateStyleDefinition(space);
75
}
76
- }, []);
+ });
77
78
const userClasses = className ? className.split(" ").map((c) => c.trim()) : [];
79
src/core-types.ts
@@ -171,6 +171,7 @@ export interface ISpaceDefinition {
171
canResizeBottomLeft: boolean;
172
canResizeBottomRight: boolean;
173
allowOverflow: boolean;
174
+ ssrStyle: string;
175
176
177
export interface ISpaceContext {
0 commit comments