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
I have the same issue, but with Cards. The problem is inline style is necessary for Cards, since the width is set with: style={{width: '16rem}}
After nesting the Card in a LinkContainer the inline style is lost.
It does look like a bug but as a workaround you can specify the style that needs to be applied to your child element in LinkContainer - it's populated down to your component that's being wrapped. Thanks for the report.
Style attributes attached to buttons are lost when inside a
LinkContainer
Results in:
The text was updated successfully, but these errors were encountered: