Jason Wilbur

Results 5 comments of Jason Wilbur

and within `back ticks` would be great... for instance, within styled-components. ``` const ImageStyled = styled.img` /* TODO: add styling */ flex: 1 1 auto; `; ```

@rahul3103 rahul3103 You can achieve this by [extending](https://github.com/cyrilwanner/next-compose-plugins#extend-another-config-file) the next.config you posted. I ran across this because I was trying to use the same type of `isDev` logic in my...

@taneliang We're having the same issue. Was this ever resolved? How did you handle it? Thanks!

While our situation was a bit different, the result was the same. And there was an easy fix: `menuPlacement={'auto'}`

@ahkhanjani I'm having the same problem with the day picker. Do you know the fix in this situation? Thanks! ``` ( Start Date {field.value ? ( format(field.value, 'PPP') ) :...