Missing comma in style tag - Useful css rules for inline wrappers
Closed this issue · 1 comments
henrystevens00 commented
In this section "Useful css rules for inline wrappers"
There is a missing comma after the
width: '300px'
see below
style={{ height: '200px', width: '300px' border: 'solid 1px rgb(0,0,0)' }}
also
awesome library, great job!
maxeth commented
Fixed, thanks.