MCMXC
MCMXC
Is there any workaround for this issue? `autoload` prop doesn't work. Is there any similar lib like this? Critical bug that we can't release with.
For anyone looking for a good library until this issue gets resolved: I just discovered https://github.com/xiphux/svimg which is very similar to https://github.com/matyunya/svelte-image but is maintained well and up-to-date :)
Also ran into this with similar (simplified) code: ``` {data.doctors .map((doctor) => doctor.npi) .join(', ')} ``` Hovering over in VSCode shows the correct types though.
The project works just fine for my usage, but I also just realized that it hadn't been maintained in a while. Did you find any alternative to peek yet that...
I was wondering if pnpm is already supported or not? Looking at the readme and the source code it doesnt look like it, but when running `npx lockfile-lint --path pnpm-lock.yaml`,...
Here is a working example in codesandbox: https://codesandbox.io/s/react-playground-lmxv0 The problem at hand is, that when `value` prop is set by user, `isControlled` is true, therefore looking for `onChange` prop which...
@piotr-s-brainhub I will try to be more clear: `e.props.onChange is not a function` error occurs when user set `value` prop, BUT forgot to provide a custom `onChange` function as prop...
No, a controlled component can't work without `onChange`, you can see an example from React here: https://reactjs.org/docs/forms.html#controlled-components When you remove the `onChange` prop, React throws this message at you in...
Experiencing this as well.
Any news? Would be great to have v2 working for Gatsby.