ES Lint is complaining about wrapper not existing...
Argument of type '{ class: string; symbol: string; assistiveText: (title: string) => string; visuallyHiddenClass: string; wrapper: string[]; renderAttrs: (slug: string) => { title: string; }; }' is not assignable to parameter of type 'LinkAfterHeaderPermalinkOptions'.
Object literal may only specify known properties, and 'wrapper' does not exist in type 'LinkAfterHeaderPermalinkOptions'.ts(2345)
The text was updated successfully, but these errors were encountered:
chris-dura commentedMay 9, 2022
ES Lint is complaining about
wrapper
not existing...The text was updated successfully, but these errors were encountered: