Omer Gronich
Omer Gronich
The `*mobxAutorun` and `*mobxReaction` directives do not get picked up as reactive contexts by the mobx configuration option: `configure({observableRequiresReaction: true});` Reproduced in this git repo: [https://github.com/OmerGronich/observable-requires-reaction](https://github.com/OmerGronich/observable-requires-reaction)
- [ ] asset renaming for FTP - [x] asset renaming for GCS - [x] asset renaming for S3
# Angular Query Persister Plugin - Created angular-query-persist-client-package - Implemented providePersistQueryClient in new package - Added isRestoring provider and injection token to main angular-query package - Included example of persister...
### Describe the bug Unlike the React Query DevTools which are only included in development builds, Angular Query does not seem to have that logic. > By default, React Query...
### Which scope/s are relevant/related to the feature request? `radio-group` --- ### Information Currently, the `Radio` component **"swallows" the `` element**, meaning the label is rendered internally by the component...
### Which scope/s are relevant/related to the feature request? Don't know / other ### Information Currently, the Spartan UI library expects the components.json file to reside in the project root....
### Please provide the environment you discovered this bug in. The spartan-ng docs main example: https://spartan.ng/components/tooltip ### Which area/package is the issue in? tooltip ### Description The `animate-in` animation is...
### Which scope/s are relevant/related to the feature request? tooltip ### Information Tooltips rendered via the Spartan NG Tooltip primitive are not easily testable. The popup content does not expose...
### Which scope/s are relevant/related to the feature request? tooltip ### Information Currently, `BrnTooltipTriggerDirective` always applies the `aria-describedby` attribute to the trigger element itself: ```ts this._ariaDescriber.describe(this._elementRef.nativeElement, ariaDescribedBy, 'tooltip'); ``` This...
### Please provide the environment you discovered this bug in. Discovered in the first main example on the Spartan NG Tooltip documentation page: https://spartan.ng/components/tooltip ### Which area/package is the issue...