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
React bootstrap has some changes in 0.29 which means Input is being deprecated.
The console outputs these warnings: Warning: is deprecated. Use, , or , with and/or as needed instead.
Warning: "hasFeedback" property of "FormGroup" has been deprecated. Use a <FormControl.Feedback> element.
The library still works, just with plenty of warnings in the console, but this will need to be addressed for when <Input> is eventually removed.
The text was updated successfully, but these errors were encountered:
React bootstrap has some changes in 0.29 which means Input is being deprecated.
The console outputs these warnings:
Warning:
is deprecated. Use
,
, or
, with
and/or
as needed instead.
Warning: "hasFeedback" property of "FormGroup" has been deprecated. Use a
<FormControl.Feedback>element.
The library still works, just with plenty of warnings in the console, but this will need to be addressed for when
<Input>
is eventually removed.The text was updated successfully, but these errors were encountered: