react-resizable-panels 4.7.4 → 4.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -266,6 +266,9 @@ export declare type PanelProps = BasePanelAttributes & {
266
266
  collapsible?: boolean | undefined;
267
267
  /**
268
268
  * Default size of Panel within its parent group; default is auto-assigned based on the total number of Panels.
269
+ *
270
+ * ⚠️ Percentage based sizes may cause slight layout shift when server-rendering.
271
+ * For more information see the documentation.
269
272
  */
270
273
  defaultSize?: number | string | undefined;
271
274
  /**