You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does not compile.
{...getRootProps({}, {suppressRefError: true})} is invalid since the first argument has a required field, refKey.
The argument seems to be a GetRootPropsOptions interface, but there is no documentation of what is
in that interface or what the required field is.
Reproduction repository:
Problem description:
Unable to use the readme example as a starter.
Suggested solution:
Document the GetRootPropsOptions interface. Fix the readme example.
The text was updated successfully, but these errors were encountered:
downshift
version: 6.1.7node
version: 16.11.0npm
(oryarn
) version: yarn 1.22.15Relevant code or config
The code is from the example in the readme
What you did:
Tried to use the example code
What happened:
Does not compile.
{...getRootProps({}, {suppressRefError: true})} is invalid since the first argument has a required field, refKey.
The argument seems to be a GetRootPropsOptions interface, but there is no documentation of what is
in that interface or what the required field is.
Reproduction repository:
Problem description:
Unable to use the readme example as a starter.
Suggested solution:
Document the GetRootPropsOptions interface. Fix the readme example.
The text was updated successfully, but these errors were encountered: