Agung Surya Bangsa
Agung Surya Bangsa
@aghoneim92 I did get the same issue. My idea was to create a 'root' route: ``` ``` But I can't use the `useLinkTo` to navigate to that route. So I...
I also experience this. Probably the culprit is `cross-zip` package. It's only a wild guess though. Need to check and confirm.
I ended up using https://www.electronjs.org/docs/api/session#sesloadextensionpath and it worked fine. Great package anyway 👍
@fernoftheandes I've checked the fiddle you referenced. But I found something wrong. I tried to display {{myCroppedImage}} and I could see that there was already a dataURL assigned to that...
Hi @rizalibnu , Thanks for pointing that out. Actually, I disabled it due to development purpose. But I did forget to uncomment it. I'm gonna do it pretty soon. Cheers...
@rizalibnu Please feel free to contribute! 💪
> I have added the following configuration in `package.json` to get a running application. I'm not sure if that's the intended way to solve this, but it works for now....
Hi, @AgentChris , Can you please provide step by step of how to reproduce it?
I'm sorry, I can't really help if you don't provide enough information. But I suggest you to disable the service worker (clear it from your browser), restart your application, then...
Hi, @AgentChris . Thanks for the information. I have updated the boilerplate for improved examples. You may pull again. But, I'm so sorry. The problem you're reporting is still persist....