We sometimes encounter this warning. Changing the type from number to string doesn't resolve the issue, as we then receive a similar error: 'got number, expected string'.
[ ] Identify where the problem occurs (check how we supply toast.id) and resolve the warning.
Warning: Failed prop type: Invalid prop
toast.idof type
stringsupplied to
ToastItem, expected
number.
We sometimes encounter this warning. Changing the type from number to string doesn't resolve the issue, as we then receive a similar error: 'got number, expected string'.