google / react-schemaorg

Type-checked Schema.org JSON-LD for React
Apache License 2.0
481 stars 19 forks source link

Expose more type overloads #54

Open jackcohen5 opened 7 months ago

jackcohen5 commented 7 months ago

Exposes some more type overloads to avoid the need for explicit checks of properties in Graph or WithContext<Thing> when trying to use type unions.

This overloading was added to jsonLdScriptProps but not helmetJsonLdProp or the JsonLd component.

jackcohen5 commented 7 months ago

Hey @Eyas, if you get a chance I've added some more function overloads here.