Edgar Rodriguez

Results 89 comments of Edgar Rodriguez

I could not find why this is happening in some windows machines, if I encounter anything new I'll reopen

Wow idk why the issue description was cut. What i meant to say was: i see `useCallback` existed until v5 and now it’s gone, why? Is there a better way...

> Seems like you could just use `useMemo`? > > ```haskell > > fn' fn > > ``` > > would be the same as a hypothetical > > ```haskell...

I was wondering more if the whole pattern was unnecessary or something, meaning declaring functions inside the body of a component does not cause React to re-render sub-components diffing a...

Not sure if this is related but if you try: `yarn add -E @effect/[email protected] @effect/[email protected] @effect/[email protected] @effect/match` or `npm i --save-exact @effect/[email protected] @effect/[email protected] @effect/[email protected] @effect/match && npm run postinstall` in...

> Doesn't seem related but that's also strange, it seems that it is trying to import `@effect/data` but there is no `@effect/data` import, there are only modules like `@effect/data/X` that...

this is the original code ```ts export default function MyApp() { const fileInputRef = useRef < HTMLInputElement | null > (null); const handleSubmit = (event: React.FormEvent) => { event.preventDefault(); if...

This is my best workaround: group dependent functions in an IIFE like a useMemo, ```ts export default function MyApp() { const fileInputRef = useRef < HTMLInputElement | null > (null);...

It does not work for me neither I'm using `parcel build --public-url ./ -d docs demo/index.html` and its still producing `` instead of `` #### Things I tried - [x]...

Would be great to have something like https://vitejs.dev/config/server-options.html#server-proxy