Ken Blum
Ken Blum
@fortunella I can reproduce this issue in a non-Ionic environment. Using `@angular/core` and `@ngx-translate/core 13.0.0`. Occurs mostly on initial page load. Translations load after reloading window, I guess because *.js...
I'm using Redux Toolkit and upgrading the package version to at least 1.7.0 solved this issue for me. > "@reduxjs/toolkit": "1.7.2",
Issue still exists in `v3.0.1` ### Example Plotting line between `San Francisco` and `Auckland` does not render shortest path:  ``` event.target.resize()} > ```
Issue still exists in `v3.0.1` ### Example Plotting line between `San Francisco` and `Auckland` does not render shortest path:  ``` event.target.resize()} > ```
@cipolleschi still seeing the same error with RN 0.74.2 (upgrading from 0.73.8) ``` [!] An error occurred while processing the post-install hook of the Podfile. undefined method `path' for nil:NilClass...
@desusai7 React Native 0.76 will ship with new architecture enabled by default. Could you share an ETA of the v4 release with the community? Thank you! https://github.com/facebook/react-native/releases/tag/v0.76.0-rc.0
@mikehardy React Native 0.76 will ship with the New Architecture enabled by default. This is potentially a breaking change. Has Notifee been migrated to support this change? see RN 0.76...