diff --git a/src/AutoSizer.test.tsx b/src/AutoSizer.test.tsx index e4e9d2c..31cbb50 100644 --- a/src/AutoSizer.test.tsx +++ b/src/AutoSizer.test.tsx @@ -81,6 +81,7 @@ describe("AutoSizer", () => { { bar = 123, ChildComponent = DefaultChildComponent, + excludeWrapperStyling = false, foo = 456, height = 100, paddingBottom = 0, @@ -110,7 +111,7 @@ describe("AutoSizer", () => { const root = createRoot(container); act(() => { root.render( -