René Vlugt
René Vlugt
This might help you: https://stackoverflow.com/questions/47657433/lazy-true-of-lazyload-image-gem-breaks-the-image-for-ruby-on-rails-5
@gabrielmfern Your answer also works if you get this error:  `TypeError: (0 , _react_email_render__WEBPACK_IMPORTED_MODULE_4__.renderAsync) is not a function` ``` at renderEmailByPath (webpack-internal:///(rsc)/./src/actions/render-email-by-path.tsx:35:94) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Page (webpack-internal:///(rsc)/./src/app/preview/[...slug]/page.tsx:37:34)...
We've just stumbled on the same issue. We've tried 5.11.0 and the new 5.12.1, with Postgres 14 as well as Postgres 15. NodeJS version 22. Our schema: ```prisma model Category...
@bustardcelly We do use `Hot reload` indeed. I'll have @stijnvanderlaan check if this is also actually the case with an APK version rather than the development build.
I ended up updating `android/build.gradle` to version pin it to 22.0.0 for now by adding: `castFrameworkVersion = "22.0.0"` below `kotlinVersion = "1.9.25"`, example: ``` ext { buildToolsVersion = "35.0.0" minSdkVersion...
@petrbela I upgraded react-native-google-cast, removed the fix that pinned the castFrameworkVersion to 22.0.0, kotlinVersion still set to 1.9.25, but I'm still experiencing the same issue. Looking at the RN upgrade...
That would explain things. I'm still on 0.76.9, hence also still on kotlinVersion 1.9.25. For now I'll just downgrade the castVersion until I have time to actually upgrade react native....