Joshua Bean
Joshua Bean
Would also like to bump this.
This still seems to be a problem for me even after the fix that changes the dep array for `useIntersectionObserver` to `elementRef?.current`.
Any thoughts or work on this? Would also like to configure some SVGO functionality, would seem pretty feasible to allow the configuration of SVGR in `next.config` instead of just `true`/`false`.
I am looking for this exact use case, would be incredibly helpful if `react-number-format` could support this.
We were still able to repro this on the latest version `16.7.1`, we narrowed down to this `yarn.lock` change (`git diff` below). Note that this `yarn.lock` change was on a...
> this maybe fixed in latest versions as we use usePropsAndStyle now, let me know @natew I just rebased onto the latest `master` and it looks like it's still an...
Hey @natew, I updated my forked repo of `master` today and the problem still exists. Note in the description that this was referring to pseudo styles like `-hover` and `-pressed`,...
> Not 100% sure if it will help or not, but could you try adding a `name` prop to the styled object? e.g. `const StyledCircle = styled(Circle, { name: 'StyledCricle',...
> Can maybe use StyledStackContext.Props for now too. @natew can you elaborate? From what I can tell I can't pass inline media style props to a styled context provider so...