**useSyncExternalStore(subscribe, getSnapshot, getServerSnapshot)** [The subscribe function should return a function that cleans up the subscription](https://react.dev/reference/react/useSyncExternalStore#parameters) - [bubucuo/redux-nut/blob/main/src/react-redux-nut/index.js#L56](https://github.com/bubucuo/redux-nut/blob/main/src/react-redux-nut/index.js#L56) - [bubucuo/redux-nut/blob/main/src/react-redux-nut/index.js#L95](https://github.com/bubucuo/redux-nut/blob/main/src/react-redux-nut/index.js#L95) - line 56 and 95 in [3f938ef](https://github.com/bubucuo/redux-nut/commit/3f938ef011bcf29867e6c5e846d5d7b6f43eb2bb)