Eliot
Eliot
I am interested in this also. A couple options: - look at the prop in the React devtools - https://github.com/skortchmark9/reselect-tools (also see https://github.com/reactjs/reselect/issues/279)
hi @Slapbox, I'm not sure if I can solve it, but if you can create a reproduction example by forking this Codesandbox https://codesandbox.io/s/use-fit-text-basic-example-qpo04?file=/pages/index.js it would be helpful.
hi @Slapbox thanks for trying to provide a repro example and trying to debug the code. You mentioned trying to use the minified version of the source code. You could...
hi @Blazsoul, thank you for the Codesandbox repro-- it is very helpful. I see how the bottom padding of 12px is not maintained in your example. Let me investigate and...
@denisflorkin thanks for letting me know! It should be fixed now. (note to self: rebooted (probably nginx needed a restart))
Hi Jeremy, thanks for the inquiry. Flow types for some libraries (like [`redux`](https://github.com/flow-typed/flow-typed/tree/master/definitions/npm/redux_v4.x.x/flow_v0.55.x-) and [`react-redux`](https://github.com/flow-typed/flow-typed/tree/master/definitions/npm/react-redux_v5.x.x)) are available in the [`flow-typed` repo](https://github.com/flow-typed/flow-typed/tree/master/definitions/npm). Some libraries include Flow types as part of their...
That would be great! Could you remove the dependency on Qt also and just display in Emacs? Thanks for the work on this project-- I'm excited about it!
> TypeError: Cannot read property 'querySelector' of undefined For the above error, the following worked for me using `[email protected]` and `jest@20`: ``` const { StyleSheetTestUtils } = require('aphrodite'); const {...
I found the [ESLint Compatibility Utilities](https://eslint.org/blog/2024/05/eslint-compatibility-utilities/) worked for me. CodeSandbox example: https://codesandbox.io/p/devbox/billowing-tree-wp33ds ``` npm install --save-dev @eslint/compat ``` `eslint.config.mjs`: ``` import { fixupConfigRules } from "@eslint/compat"; import reactRecommended from "eslint-plugin-react/configs/recommended.js";...
I'm also getting hangs (beach ball on Hammerspoon icon in taskbar) after upgrading macOS to Ventura.