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
When using the Search component, I want to be able to pass a react component as a noResultMessage to allow for localization / links. This works as expected (It displays fine) but i get a proptype warning in the console.
Expected Result
No warning in console
Actual Result
Invalid prop noResultsMessage of type object supplied to Search, expected string.
Steps
When using the Search component, I want to be able to pass a react component as a noResultMessage to allow for localization / links. This works as expected (It displays fine) but i get a proptype warning in the console.
Expected Result
No warning in console
Actual Result
Invalid prop
noResultsMessage
of typeobject
supplied toSearch
, expectedstring
.Version
0.68.3
Testcase
The text was updated successfully, but these errors were encountered: