iamriot-dev
Results
3
issues of
iamriot-dev
When using React's forwardRef, nested styled components do not get styled correctly. This problem does not happen without forwardRef. ```jsx import { setup, styled } from "goober"; import React, {...
bug
discussion
**Describe the bug** The callback passed to `useRaf` takes in one parameter `timeElapsed`, this is supposed to represent the number of milliseconds passed since the hook started running. However, currently...