Christoffer Junge

Results 2 comments of Christoffer Junge

I'm getting a new error trying to update a date-only field: ```json "error": { "code": "0x80040265" "message": "EntityState must be set to null, Created (for Create message) or Changed (for...

You can write a type declaration that look likes this, in a file ending with .d.ts :) ```ts declare module '@dabeng/react-orgchart' { export = OrganizationChart; function OrganizationChart(props: IOrganizationChartProps): JSX.Element; interface...