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
{{ message }}
This repository was archived by the owner on Jan 19, 2026. It is now read-only.
And the [k: string]: unknown is not compatible with what the storyblokEditable function is expecting.
The error is:
Argument of type 'CompanyInformation' is not assignable to parameter of type 'SbBlokData'.
'string' index signatures are incompatible.
Type 'unknown' is not assignable to type 'SbBlokKeyDataTypes'
Looking into SbBlokData, we see this definition:
[index: string]: SbBlokKeyDataTypes
Expected behavior:
Expected to get the right types, so maybe
Current behavior:
When I generate types i get an output of a blok like:
And the
[k: string]: unknownis not compatible with what thestoryblokEditablefunction is expecting.The error is:
Looking into SbBlokData, we see this definition:
[index: string]: SbBlokKeyDataTypesExpected behavior:
Expected to get the right types, so maybe
Steps to reproduce:
Other information: