I\'m trying to do something like the following, however it returns null:
import { Button as styledButton } from \'component-library\'
then atte
note that when you capitalized StyledLibrary and it worked
whereas, in the original question, you did not capitalize styledButton and it did not work
both of these are the expected results with React
so you didn't discover a workaround, you simply discovered the (documented) React way of doing things