Nick Iaconis

Results 10 issues of Nick Iaconis

## What's the issue? The downstream case works fine—the prefetch hooks of routes farther from the root than a route that starts a new transition during its prefetch hook will...

Prevents a route's `prefetch` hook from being invoked multiple times for the same transition/parameters when a redirect occurs. - [ ] Needs testing to prevent regression.

enhancement
question

There is a bug in at least Chrome 40.0.2214.115 (64-bit) in which a style that overrides a previously styled justify-content property causes unexpected layout. The same styling produces the expected...

Being able to debug application code in all the environments in which it runs seems important. Debugging in the browser is solved by browser dev tools. Is debugging in FastBoot...

Increases the specificity of the return type. This allows consumers to make assumptions about the existence of `value` based on the value/presence of `loading` and `error`. For example, this will...

The link in the right-hand column at https://www.npmjs.com/package/ember-inject-script redirects to [https://github.com/minutebase/ember-load-script](https://github.com/minutebase/ember-load-script), which is not [https://github.com/minutebase/ember-inject-script](https://github.com/minutebase/ember-inject-script).

I have a use case for Helmet that involves micro-frontends. There is a container app that renders a navbar and hosts within itself other react apps. `` does not bridge...

Related to #2160. It's been a frustration on my team that `getComputedStyles` doesn't work in JSDOM like it does in a browser. I'm hoping to move the status of this...

I'm attempting to resolve the warning that `caniuse-lite` is out of date in a monorepo managed with [rush](https://rushjs.io/). I'm using the command `pnpm dlx update-browserslist-db@latest` since I'm using pnpm. Individual...