Kyle Holmberg
Kyle Holmberg
Fixes: #395 Fixes: #437 I basically did the fix outlined in #437 by @jesstelford and added some tests. The tests all seem to fail 😬 Would love to fix the...
If I have some component: ```tsx const BaseButton = (props: BaseButtonProps) => ; const StyledButton = styled(BaseButton)``; export type ButtonProps = {}; // unimportant export const Button = (props: ButtonProps)...
I'm making a React SVG icon library which uses rollup and the react-svg-loader to automatically resolve SVG imports into a ready-to-go React SVG component. The module mapper file looks like...
I'm not sure if this is a bug or a feature request, but when querying with both JavaScript and Python, I expected to see results where only both languages were...
Tried using `yarn workspace @myorg/workspace_packagename add @charlietango/use-native-lazy-loading` to no avail. As a workaround, I just installed all the hooks to the workspace with `yarn add @charlietango/hooks -W` ![Screen Shot 2020-05-04...
Fixes: #395 Fixes: #437 Redo of #441 I basically did the fix outlined in #437 by @jesstelford and added some tests. ✅ Tests pass now 🥳 I also made it...
Would there be any issue with only leveraging the `findBy*` and `findAllBy*` queries from this library?
I want the unit tests to run faster