Closed shelbyspeegle closed 2 years ago
Describe the bug SchemaFields and Debug type are missing from the typings in the informed module.
SchemaFields
Debug
informed
To Reproduce
App.tsx
I plan to write up a quick PR for this shortly to address these two types specifically.
Yup I will get these added thanks !
Oh or make a PR that works too!!
Describe the bug
SchemaFields
andDebug
type are missing from the typings in theinformed
module.To Reproduce
App.tsx
and you will see two typescript errors, one forSchemaFields
missing, and another forDebug
.I plan to write up a quick PR for this shortly to address these two types specifically.