Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing wrapper property in LinkAfterHeaderPermalinkOptions type #116

Closed
chris-dura opened this issue May 9, 2022 · 1 comment
Closed

Comments

@chris-dura
Copy link

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)
@valeriangalliat
Copy link
Owner

Good catch. Fixed with 8.6.4!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants