Replies: 1 comment
-
#224 seems related, but it might be too old. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use both
susbscribeWithSelector
andpersist
middleware like so:const createBuilderStore = pipe(subscribeWithSelector, create, persist)
But I'm running into this type error:
Anyone tried this?
Beta Was this translation helpful? Give feedback.
All reactions