@sanity/language-filter 2.31.1 → 2.31.2-performance-opts.9

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": "@sanity/language-filter",
3
- "version": "2.31.1",
3
+ "version": "2.31.2-performance-opts.9+580febbe51",
4
4
  "description": "A Sanity plugin that supports filtering localized fields by language",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -16,7 +16,7 @@
16
16
  ],
17
17
  "dependencies": {
18
18
  "@sanity/icons": "^1.3.4",
19
- "@sanity/types": "2.31.1",
19
+ "@sanity/types": "2.31.2-performance-opts.9+580febbe51",
20
20
  "@sanity/ui": "^0.37.21",
21
21
  "lodash": "^4.17.15",
22
22
  "rxjs": "^6.5.3"
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "af71fc3e83aa83714cd477ad6d6ef3fd4397a98d"
42
+ "gitHead": "580febbe519250bafddafd3fa688fa469b0686a3"
43
43
  }
@@ -61,7 +61,7 @@ const SelectLanguageProvider = ({schemaType}: Props) => {
61
61
  }
62
62
 
63
63
  if (FallbackImplementation) {
64
- return <FallbackImplementation schemaType={schemaType} />
64
+ return <FallbackImplementation schemaType={schemaType as any} />
65
65
  }
66
66
 
67
67
  return null