MT Lewis

Results 16 comments of MT Lewis

@caridy Yes, I would expect this to be fixed by #244 :D

Any news on this release @caridy?

@caridy please let me know if there's anything (#244 related or otherwise) that I can do to help get the next version ready for release. :+1:

@jhaals / @Rugvip I can take a look at doing this - it's a little more involved because it means we have to detect exclusion expressions and break them up...

Just pushed 95cbc6de94 which makes the suggested change, including breaking up negations and converting them to absolute as expected.

> the actual fix for this is to disableStaticImages in nextjs config. see https://nextjs.org/docs/basic-features/image-optimization#disable-static-imports Thanks for pointing this out @jaimemasson, I wasn't aware of this configuration option! Definitely a better...

@Beraliv thanks for the feedback - this is ready for another look.

@Beraliv addressed your comment by reverting the changes to test/types.ts as suggested.

Hi @Beraliv! I was able to simplify the repro a bit, turns out the object intersection bit is not needed to produce the issue. Updated the playground link above. Thanks...