Hey, I'd just like to say that this add-on is awesome and saved me so much pain.
I am having one issue with it though, I want to be able to set the container query by using passed props like the following example:
https://codesandbox.io/s/6wn8pvw673
When I add the minWidth prop to the :container like so:
&:container(min-width: ${props => props.minWidth}) {}
This error occurs:
Invalid attempt to destructure non-iterable instance.
Hey, I'd just like to say that this add-on is awesome and saved me so much pain.
I am having one issue with it though, I want to be able to set the container query by using passed props like the following example:
https://codesandbox.io/s/6wn8pvw673
When I add the
minWidthprop to the:containerlike so:This error occurs:
Invalid attempt to destructure non-iterable instance.