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
The error is a bit confusing, but essentially you need to skip type and showLoadingAnimation. Since you're passing a custom placeholder, those two props don't apply anymore.
When I try to pass Element to customPlaceholder prop it returns following type error:
Type 'element' is not assignable to type 'undefined'.
Also, type prop is required but we shouldn't pass it using
customPlaceholder
. Is it something to fix or I'm doing something wrong?The text was updated successfully, but these errors were encountered: