m4rvr / storyblok-rich-text-renderer

Fast renderer for your rich-text content.
35 stars 15 forks source link

Added anchor to LinkAttributes #9

Closed xylophonehero closed 1 year ago

xylophonehero commented 3 years ago

There is an anchor prop missing from the LinkAttributes type. Don't know if it should be string | null type or optional string type.

Would be great so I don't get ts errors in my code 🙃

image

madebyfabian commented 1 year ago

Hi there! @xylophonehero I just resolved this in this commit: https://github.com/m4rvr/storyblok-rich-text-renderer/commit/eb95232c11fe5799d9e53ea1558f675f9b264780, the type is string | null