Annie

Results 7 comments of Annie

I got a react warning and had to write like this instead `opensharedialogonclick="true"`

Any fix for us who doesn't use Next but just plain React 18?

> ```ts > function onSubmitCrop() { > if (completedCrop) { > // create a canvas element to draw the cropped image > const canvas = document.createElement("canvas"); > > // get...

@DominicTobias Can you also add the above solution in the documentation as reference? Thanks!

Hi, it worked locally in dev but I ran into a lot of issues with the build because of the Buffer. 😅 Currently using Vite/React and I have referred to...

Hi, I solved my issues now: By now I completely ditched the previous solution. 1. `npm i process buffer`. 2. add those to the index.html, just under ``` window.global =...

It seems 0.4.0 will not do since it doesn't support React 18.