Mark Allen
Mark Allen
@bpnetguy I also have one #136
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?
Is there a workaround for this bug?
> 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...
I think it's a good idea and I stand by
Would maintainers accept a PR for this?