@@ -37,7 +37,6 @@ exports[`elements/Pagination/OffsetBasedPagination should render properly with o
3737 >
3838 <d
3939 attachment = " top right"
40- bodyElement = { <body />}
4140 className = " bdl-Pagination-dropdown"
4241 classPrefix = " dropdown-menu"
4342 constraints = {
@@ -50,6 +49,7 @@ exports[`elements/Pagination/OffsetBasedPagination should render properly with o
5049 }
5150 enabled = { false }
5251 renderElement = { [Function ]}
52+ renderElementTo = { <body />}
5353 renderTarget = { [Function ]}
5454 targetAttachment = " bottom right"
5555 >
@@ -307,7 +307,6 @@ exports[`elements/Pagination/OffsetBasedPagination should render properly with o
307307 >
308308 <d
309309 attachment = " top right"
310- bodyElement = { <body />}
311310 className = " bdl-Pagination-dropdown"
312311 classPrefix = " dropdown-menu"
313312 constraints = {
@@ -320,6 +319,7 @@ exports[`elements/Pagination/OffsetBasedPagination should render properly with o
320319 }
321320 enabled = { false }
322321 renderElement = { [Function ]}
322+ renderElementTo = { <body />}
323323 renderTarget = { [Function ]}
324324 targetAttachment = " bottom right"
325325 >
@@ -577,7 +577,6 @@ exports[`elements/Pagination/OffsetBasedPagination should render properly with o
577577 >
578578 <d
579579 attachment = " top right"
580- bodyElement = { <body />}
581580 className = " bdl-Pagination-dropdown"
582581 classPrefix = " dropdown-menu"
583582 constraints = {
@@ -590,6 +589,7 @@ exports[`elements/Pagination/OffsetBasedPagination should render properly with o
590589 }
591590 enabled = { false }
592591 renderElement = { [Function ]}
592+ renderElementTo = { <body />}
593593 renderTarget = { [Function ]}
594594 targetAttachment = " bottom right"
595595 >
@@ -847,7 +847,6 @@ exports[`elements/Pagination/OffsetBasedPagination should render properly with o
847847 >
848848 <d
849849 attachment = " top right"
850- bodyElement = { <body />}
851850 className = " bdl-Pagination-dropdown"
852851 classPrefix = " dropdown-menu"
853852 constraints = {
@@ -860,6 +859,7 @@ exports[`elements/Pagination/OffsetBasedPagination should render properly with o
860859 }
861860 enabled = { false }
862861 renderElement = { [Function ]}
862+ renderElementTo = { <body />}
863863 renderTarget = { [Function ]}
864864 targetAttachment = " bottom right"
865865 >
@@ -1159,7 +1159,6 @@ exports[`elements/Pagination/OffsetBasedPagination should render properly with o
11591159 >
11601160 <d
11611161 attachment = " top right"
1162- bodyElement = { <body />}
11631162 className = " bdl-Pagination-dropdown"
11641163 classPrefix = " dropdown-menu"
11651164 constraints = {
@@ -1172,6 +1171,7 @@ exports[`elements/Pagination/OffsetBasedPagination should render properly with o
11721171 }
11731172 enabled = { false }
11741173 renderElement = { [Function ]}
1174+ renderElementTo = { <body />}
11751175 renderTarget = { [Function ]}
11761176 targetAttachment = " bottom right"
11771177 >
@@ -1471,7 +1471,6 @@ exports[`elements/Pagination/OffsetBasedPagination should render properly with o
14711471 >
14721472 <d
14731473 attachment = " top right"
1474- bodyElement = { <body />}
14751474 className = " bdl-Pagination-dropdown"
14761475 classPrefix = " dropdown-menu"
14771476 constraints = {
@@ -1484,6 +1483,7 @@ exports[`elements/Pagination/OffsetBasedPagination should render properly with o
14841483 }
14851484 enabled = { false }
14861485 renderElement = { [Function ]}
1486+ renderElementTo = { <body />}
14871487 renderTarget = { [Function ]}
14881488 targetAttachment = " bottom right"
14891489 >
0 commit comments