Jose
Jose
> I fixed the issue with adding `expo.updates.url` (https://exp.host/[organization]/[project]) in app.json I'll try this out. Thanks for letting us know!!! We managed to push the app out using was cli...
> I fixed the issue with adding `expo.updates.url` ([https://exp.host/[organization]/[project]](https://exp.host/%5Borganization%5D/%5Bproject%5D)) in app.json I have to confirm this is working. Currently on Expo SDK 46.
We are having this same issue with eas-cli V 3.18 and expo-updates 0.14.5. We are technically not using it, but we're using the different channels so we can post it...
> On our project we have ~100 test suites, ~600 tests. it take about 6 minutes to run all the tests. The tests are very fast (less than 50ms. per...
I'm having this exact same issue and is driving me crazy. I can't be polluting my nested routes like that. I could potentially forget about one . Is it possible...
@cloudily Thanks for the workaround, I"ll keep this around ;)
I was reading this issue. Maybe this is related: https://github.com/airjp73/remix-validated-form/issues/232.
> I've found the root cause of the issue and a short-term workaround. I'm not certain where the fix should be applied, so I'll leave some context and allow the...
@aendrew Thank you! Your post lead me to my current solution. In conjunction with this [post](https://stackoverflow.com/questions/39063450/webpack-html-ejs-include-other-templates), I was able to come up with a solution that allows me to use...
@3dos Wait. Are you referring to using layouts on nunjucks?