Exequiel Ceasar Navarrete
Exequiel Ceasar Navarrete
@hoebbelsB I'll be adding my reproduction soon once I get to work on it. Hopefully, I can create a minimal reproduction of my issue.
I can't put a decent minimal reproduction for the scenario I'm having with rxLet and rxFor but @hoebbelsB I can help testing your fix in the codebase I'm working on....
> exequiel09Â do I understand correctly this behavioral change is coming from angular 14, not from rx-angular @hoebbelsB I'm using the latest versions of rx-angular with v13. When I upgraded...
@hoebbelsB not sure if totally related. It might be a different issue? not sure but I have 3 scenarios using Angular v14 and the latest @rx-angular/cdk in NPM. 1. NOT...
> NOT WORKING - Component that instantiates the Bottom Sheet has Change Detection Strategy set to OnPush. And the button that triggers to show the bottom sheet has the event...
Already done in #48907. Also it's backported to v14.3
If someone is using Nx, you can use the following environment variables to retrieve it during the transformer execution: 1. `NX_TASK_TARGET_PROJECT` 2. `NX_TASK_TARGET_TARGET` 3. `NX_TASK_TARGET_CONFIGURATION` Reference: https://nx.dev/reference/environment-variables
We still need to have trusted types support :)
I'll try to take this on. I already have started working on this. Just a couple of failed tests and some tests that just failing due to time outs.
Only type errors are left which I didn't touch and just appeared when migrated to `vitest`. 1. https://github.com/ngrx/platform/actions/runs/19849232805/job/56872554303?pr=5036#step:8:407 (should handle `undefined` value for the `reducer`?) 2. https://github.com/ngrx/platform/actions/runs/19849232805/job/56872554303?pr=5036#step:8:382 (needs to be...