Tim Deschryver
Tim Deschryver
This should be available in the next version of `aria-query`. The fix was committed in this PR https://github.com/A11yance/aria-query/pull/447 (updated the relatedConcepts of the button role)
Could you elaborate/give an example why the index is needed?
Hi thanks for opening this issue. I do like the idea, but I don't think that we want to make big changes to `@ngrx/data`.
AFAIK that shouldn't happen. It's hard to investigate because we don't see the NgRx store implementation. It will be easier to investigate if you can create a minimal reproduction.
I think this is related to https://github.com/microsoft/TypeScript/issues/241, we've experienced a similar behavior with the `on` functions within `createReducer`.
Just for a sanity check, updating the import reference from `effects` to `operators` won't break a project if it uses the fix feature, right? Because `operators` is a dependency from...
> Just for a sanity check, updating the import reference from `effects` to `operators` won't break a project if it uses the fix feature, right? Because `operators` is a dependency...
Hi, it seems like you're right! Do you want to create a PR for this? We can schedule this for v18 version and document this as a breaking change.
This will be something to test if `NoInfer` does fix this issue. If it does we can indeed remove the two (I think) rules.
This isn't supported. What's the use case that you have on your mind that does need this feature?