solid-meta
solid-meta copied to clipboard
`tags` attribute is optional in typing but throws runtime error when not provided
Hi,
the tags attribute in MetaProvider is defined optional but throws a runtime error when not provided:
Error: tags array should be passed to <MetaProvider /> in node
Thanks and best
meet the same problem as well
Having different types for server vs client modes of the same components is challenging to say the least. We can try some things with export maps perhaps, but I think the types would need to be done manually as the same source code wouldn't be able to generate different types.