downshift 7.0.3 → 7.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "downshift",
3
- "version": "7.0.3",
3
+ "version": "7.0.4",
4
4
  "description": "🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.",
5
5
  "main": "dist/downshift.cjs.js",
6
6
  "react-native": "dist/downshift.native.cjs.js",
@@ -105,7 +105,7 @@ type StateChangeFunction<Item> = (
105
105
  ) => Partial<StateChangeOptions<Item>>
106
106
 
107
107
  export interface GetRootPropsOptions {
108
- refKey: string
108
+ refKey?: string
109
109
  }
110
110
 
111
111
  export interface GetInputPropsOptions