Skip to content

Commit

Permalink
ignore ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonGriggs committed Sep 13, 2022
1 parent 8afc9fb commit d01ae72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export const documentInternationalization = createPlugin<PluginConfig>((config)
// },
options: {
collapsed: false,
// @ts-ignore
filter: ({parent}: {parent: {_key: string}}) => {
if (!parent?._key) {
return null
Expand Down

0 comments on commit d01ae72

Please sign in to comment.