Nicolas Girardin Selig
Nicolas Girardin Selig
In the meanwhile you can use the following commands to publish le support lib locally: ``` git clone https://github.com/pocorall/scaloid.git cd scaloid git checkout 3.4 sbt parent> project support-v4 support-4> publishLocal...
Sorry for the late reply. Nothing particular needed with the proguard cache.
Did you try to use the `SFragmentActivity` from the [scaloid-support-v4](https://github.com/pocorall/scaloid/tree/master/scaloid-support-v4) project?
I'm having exactly the same behavior as you @derrickreimer, `isLoading` behaves erratically. I think that @sandrinodimattia has abandoned this repo, the latest commit was on December 5th. I'm using @msembinelli's...
Hi @msembinelli, sorry for the late reply! I'll be actively working on integrating Auth0 on our app for the next days, I'm gonna test your fork (https://github.com/msembinelli/use-auth0-hooks) and keep you...
Hi @msembinelli, I'm using your fork for a few days and the isLoading behavior is better. It works when the user is not authenticated, and when the page is called...
@msembinelli I think that my cache was in a weird state, I cleared it and it worked
I was having the same problem a simple `react-hook-form` using `tailwind`. Thanks @austinmccalley , your fix worked and you saved me a lot of time!
This looks like a duplicate of #88
I've tackled some issues about vitest not detecting the correct path when starting (#88), and I think that this problem may be related. The monorepo samples of this project seems...