You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both useClearCache hook and ClearCache component is returning type errors while using latest TypeScript version. This is being caused by defaultProps and useClearCache requiring all its props to be inputed in order to be accepted. The probable solution would be to encapsulate defaultProps and useClearCache with Partial<>
The text was updated successfully, but these errors were encountered:
Both
useClearCache
hook andClearCache
component is returning type errors while using latest TypeScript version. This is being caused bydefaultProps
anduseClearCache
requiring all its props to be inputed in order to be accepted. The probable solution would be to encapsulatedefaultProps
anduseClearCache
withPartial<>
The text was updated successfully, but these errors were encountered: