Mark Allen

Results 90 comments of Mark Allen

This is a real pain for monorepo DX — it's impossible to get realtime feedback in IDE or in a development environment due to this issue. I've had to resort...

What would it take to implement? Is anyone already taking a try at a PR?

> If a value is nullable, type systems like TypeScript or Flow would require you to guard against that with `state?.test` or `if (state) console.log(state.test)` for example. The compiler understands...

> > I'm getting this undefined access error even though I am using optional chaining (foo?.bar) > > Can you share a link to playground w an example? Okay I...

> > I'm getting this undefined access error even though I am using optional chaining (foo?.bar) > > Can you share a link to playground w an example? `matchingOptionFromCustomProperties?.thumbnail_url` is...