Dennis Morello
Dennis Morello
I solved it by adding the Chakra decorator to the `decorators` array in `.storybook/preview.tsx`: ```tsx import { ChakraProviderDecorator } from "@chakra-ui/storybook-addon/dist/feature/decorator/ChakraProviderDecorator"; export const parameters: { chakra: { theme: myTheme, }...
Could you create a reproduction of the issue in CodeSandbox?
Same issue here, seems like the lib tries to use the `rest` method from `msw@^1`.
I'm not sure if I understood your use case. This lib is all about animating elements when they enters the viewport, it does just that.
Hey @ZendeAditya please feel free to edit the docs website located at `./packages/website` and submit your PR! It would be more than welcome 🤗
I'm going to start working on a new release without the need for inline styles and Emotion. Contributions are welcome!