sanity-io / sanity-plugin-internationalized-array

A plugin to register array fields with a custom input component to store field values in multiple languages, queryable by using the language ID as an array `_key`.
MIT License
43 stars 11 forks source link

Always render the InternationalizedArrayProvider #38

Closed selbekk closed 1 year ago

selbekk commented 1 year ago

This makes sure you can use internationalizedArrayString inside of nested objects without breaking things. The perf damage seems reasonable.

Fixes #37

cc @appfr3d

SimeonGriggs commented 1 year ago

Closing in favor of #40, thanks for submitting though!