Clayton

Results 14 comments of Clayton

I have a similar same problem. I've tried @MZanggl 's solution above, but in TypeScript I get the following error on the `MuuriComponent` ref: ``` Type 'MutableRefObject' is not assignable...

No problem, I probably shouldn't write features requests while walking the dog. Currently we can set the position of the flower tool by passing the position parameter: ``` ``` That...

Yes, I'll work on it. ═════════ Clayton Salem 413-768-8522 ═════════ On Sun, Nov 21, 2021 at 1:22 AM Dominik Dorfmeister < ***@***.***> wrote: > ❤️ the idea, would you like...

I think the issue is the conflicting version of babel-eslint. The parent package is `"babel-eslint": "^10.1.0",`, where the version in the examples is `"babel-eslint": "10.0.1"`. I'm not sure how to...

I wasn't able to get it to run with the env variable. In the `simple` example, I did try unlocking `react-scripts` and `babel-jest`: ``` "dependencies": { "axios": "^0.21.1", "react": "^16.8.6",...

I took another run at getting the simple example to run inside the parent package. In the `example/simple` directory I bumped the version for react-scripts ``` - "react-scripts": "3.0.1", +...

I was able to get it to run like this: ``` SKIP_PREFLIGHT_CHECK=true NODE_OPTIONS=--openssl-legacy-provider yarn start ```

I would also like this feature. Or to trigger the delete in a callback

I'm not sure this is a `window.navigator` issue, since we're checking truthyness of `window.navigator.msSaveOrOpenBlob` before calling anything there. I'm wonder if the issue has to do with how we create...

I've PR-ed a rough fix: https://github.com/react-csv/react-csv/pull/130 Basically we're now delivering a data-uri instead of blob. I am not sure of the implications, but it works in a pinch.