Closed lulen11 closed 4 years ago
If we don't set a containerClassName on the Button component, the output sets the class as undefined. Perhaps we can set some standard container styles or find a way for the container not to set an undefined class if we don't set one.
containerClassName
Button
undefined
More from Cris on Slack here.
This has been fixed in https://github.com/aimementoring/blueprint/pull/200/files but is not in master and not released yet.
If we don't set a
containerClassName
on theButton
component, the output sets the class asundefined
. Perhaps we can set some standard container styles or find a way for the container not to set an undefined class if we don't set one.More from Cris on Slack here.