Skip to content

Commit 26a50a8

Browse files
committed
Update index.tsx
1 parent 336793f commit 26a50a8

File tree

1 file changed

+1
-1
lines changed
  • packages/compat/src/components/Toolbar

1 file changed

+1
-1
lines changed

packages/compat/src/components/Toolbar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const OVERFLOW_BUTTON_WIDTH = 36 + 8 + 8; // width + padding end + spacing start
142142
*
143143
* __Note:__ To prevent duplicate child `id`s in the DOM, all child `id`s get an `-overflow` suffix. This is especially important when popovers are opened by id.
144144
*
145-
* __Note:__ When using React 19 with `StrictMode` enabled, overflow behavior may not work reliably.
145+
* __Note:__ When using React 19 with `StrictMode` enabled, overflow behavior may not work reliably. This only affects development mode, as `StrictMode` is not applied in production.
146146
*/
147147
const Toolbar = forwardRef<HTMLDivElement, ToolbarPropTypes>((props, ref) => {
148148
const {

0 commit comments

Comments
 (0)