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
{{ message }}
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.
I'm trying to add a refresh button next to the filter bar. I thought I could do this with the filterRenderer prop (maybe there is a better way?). Here is where I am.
Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
Check the render method of `filterRenderer`.
at createFiberFromTypeAndProps (<anonymous>:19987:27)
at createFiberFromElement (<anonymous>:20009:25)
at createChild (<anonymous>:10805:36)
at reconcileChildrenArray (<anonymous>:11008:35)
at reconcileChildFibers (<anonymous>:11285:26)
at reconcileChildren (<anonymous>:14348:39)
at mountIndeterminateComponent (<anonymous>:15015:15)
at beginWork (<anonymous>:15919:24)
at HTMLUnknownElement.callCallback (<anonymous>:3113:24)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to add a refresh button next to the filter bar. I thought I could do this with the filterRenderer prop (maybe there is a better way?). Here is where I am.
But unfortunately, I get this error. Am I close?
The text was updated successfully, but these errors were encountered: