Javier Casaubón
Javier Casaubón
Here's a workaround using ExifInterface and some good old Android View flippings to get around this issue. There's surely better ways to go about it but it's a good starting...
As @rschristian mentioned over at preactjs/preact#2847, this issue should have the title updated to something like "Malformed CSS breaks builds without a clear message detailing where the error lies.", as...
I'm finding the same trouble on 2.2.0 and not on 2.0.1 but not with a reducer but with a parameter-less effect.
Test looks good, though I'll see how I can extract the problem from my (admittedly large) repo onto a reproducible one.
Necromancing it once again, I'm tempted to just fork the project and republish it, so I don't have to rely on bower
I can confirm this is still occurring, I added a Webpack loader for glob importing ("src/**/*.js"), and GraphQL deploys fail.
I think the repo is abandoned at this point, no commits since march and no activity on issues.
That's fine! Thought you'd left, you should open an issue with a call for maintainers.
Same thing here, Gradle 8.7 after using Android Compose and creating a bunch of files quickly on Android Studio. > Are there any files or directories in the directory mentioned...
You can run a patch like this with `patch-package` in the meantime ``` diff --git a/node_modules/react-native-touch-through-view/android/build.gradle b/node_modules/react-native-touch-through-view/android/build.gradle index 7bf1eeb..784e67c 100644 --- a/node_modules/react-native-touch-through-view/android/build.gradle +++ b/node_modules/react-native-touch-through-view/android/build.gradle @@ -46,5 +46,5 @@ android {...