Closed lavolpecheprogramma closed 1 year ago
Hey @lavolpecheprogramma, thanks for the issue and sorry about the delay.
This should be fixed in v1.1.28. I don't think it's possible to support the spread operator so it will just fallback to not treeshaking.
Environment
"@unhead/addons": "^1.1.27",
node 18.12.1
Reproduction
i have my custom function that wrap useSeoMeta that allow me to use some default seo datas
that i call from my component
like this
Describe the bug
the error in console is:
this is the line that throw the error and i think that this happen because the spread node element doesn't have the "key" property
thanks in advance
Additional context
No response
Logs
No response