mok419

Results 11 comments of mok419

@shuding in error #51138 you said that react cache won't work in server components. But NextJs cache (server) is completely seperate from react cache (client)? Okay I understand where you...

In my above example where I found this problem, the page had two server components - one using unstable cache for an sql call, the second using a fetch -...

Clarification post: - It is impossible to keep cached versions of fetches on a page using a server action. I tried a page with multiple cached fetches and they all...

I was having the issue described but when I changed next config to path you used "/(.*)" the error disappeared! I also had a look at how you are loading...

I never ended up using this as it crashes on mobile devices for my use case. I also noticed the multithread url has an extra -mt i didn't notice, but...

> Hi, I was experiencing the same problems as described above.. where dropzone would work perfectly for drag-and-drop (and clicking on other browsers) but nothing would trigger when clicking to...

I totally agree, I wanted feedback from the team on what I was trying to achieve and how it fits into the current state of the package! I created this...

I just had an idea, don't have the chance to test right now, but what if In addition to setting uploadStarted and uploadCompleted true, I set the progress as 100...

I was going to submit a seperate feature request for how I got multiple files in recovery state working, but my method currently relies on the on.(file-added) and on.(upload-complete) listeners...

Just found an edge case where if I don't reset the file isCompleted to false on adding a file to be restored, the progress is 0 until completed. (with the...