Skip to content

Commit

Permalink
Merge pull request #32 from seij-net/jpetre-patch-react18
Browse files Browse the repository at this point in the history
Update GridContext.tsx to add children property
  • Loading branch information
sebastienjust committed Jun 13, 2024
2 parents 3998097 + 2ff1cad commit ec3561c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GridContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ interface GridProviderProps<T> {
uiActionRendererList?: UIActionRenderer[]
}

export const GridProvider: React.FC<GridProviderProps<any>> = (
export const GridProvider: React.FC<React.PropsWithChildren<GridProviderProps<any>>> = (
{
identifierProperty = "id",
columns: dataProperties,
Expand Down

0 comments on commit ec3561c

Please sign in to comment.