We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EnrichOrganisaatioOid will cause many object to accept any keys that never exist.
https://github.com/Opetushallitus/ehoks-ui/blob/ffca5eeb311f322948a89b569a2364a3cad5a4a1/shared/models/EnrichOrganisaatioOid.ts#L12,L17
Add generic of all possible keys to export const EnrichOrganisaatioOid = (fieldPostfix: string) =>
export const EnrichOrganisaatioOid = (fieldPostfix: string) =>
And replace DynamicObject with it at .volatile((): DynamicObject => ({}))
.volatile((): DynamicObject => ({}))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
EnrichOrganisaatioOid will cause many object to accept any keys that never exist.
https://github.com/Opetushallitus/ehoks-ui/blob/ffca5eeb311f322948a89b569a2364a3cad5a4a1/shared/models/EnrichOrganisaatioOid.ts#L12,L17
Add generic of all possible keys to
export const EnrichOrganisaatioOid = (fieldPostfix: string) =>
And replace DynamicObject with it at
.volatile((): DynamicObject => ({}))
The text was updated successfully, but these errors were encountered: