I use React-Spaces on various pages. When I resize the page on the first page, everything works fine, but when I navigate to another page and resize it, this error occurs. This only happens with TopResizable and BottomResizable.
Uncaught TypeError: Cannot read properties of undefined (reading 'getBoundingClientRect')
React 19 and react-spaces 0.5.1
<Spaces.Fill>
<Spaces.LeftResizable>
<div/>
</Spaces.LeftResizable>
<Spaces.Fill>
<Spaces.Fil>
<div/>
</Spaces.Fill>
<Spaces.BottomResizable>
<div/>
</Spaces.BottomResizable>
</Spaces.Fill>
</Spaces.Fill>
I use React-Spaces on various pages. When I resize the page on the first page, everything works fine, but when I navigate to another page and resize it, this error occurs. This only happens with TopResizable and BottomResizable.
Uncaught TypeError: Cannot read properties of undefined (reading 'getBoundingClientRect')
React 19 and react-spaces 0.5.1