Solutionunvalidated
Initialize and return the state from the store initializer with `windowSize: window.innerWidth`, and only register the resize listener (cleanup is handled by React, not by returning `removeEventListener` from the `create` function).
a96f2fe1-52de-4683-9fd7-98c1f249787c
Initialize and return the state from the store initializer with windowSize: window.innerWidth, and only register the resize listener (cleanup is handled by React, not by returning removeEventListener from the create function).