Closed Nargonath closed 1 year ago
Per the documentation you can pass either a function, undefined or null. The way the type is set the null applies to the return of the function and not to the prop itself.
null
Approves.
This will closes #461
@AdeleD Could you please release a patch with this fix ?
@seedy Done
Per the documentation you can pass either a function, undefined or null. The way the type is set the
null
applies to the return of the function and not to the prop itself.