-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
hey !
this
const buildPostQuery =
({ id }: { id?: string }) =>
() =>
createFetcherStore<PostType>(id ? `posts.get?id=${id}` : [])still fires!
from the docs:
is it really only atoms in key list that can prevent fetch (when NoKey)? can you not have any of the raw NoKey values
type NoKey = null | undefined | void | false;to prevent fetch?
fwiw an enabled option would be awesome!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels