Skip to content

useParseQuery close livequery fail, set options doesn't work #91

Closed
@scottjeremy

Description

@scottjeremy
  1. When I use useParseQuery func
const { isLive, isSyncing, isLoading, results, error } = useParseQuery(query, {
    enableLiveQuery: false //  not work.
});
  1. This still turns on LiveQuery

  2. I found the problem

parse-react-ssr
In parse-react-ssr, when I set enableLiveQuery false, this is always going to be undefined.

parse-react-base
In parse-react-base, when undefined is received, it is always set to true.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions