Alec Helmturner
Alec Helmturner
As the author of [the second only Recma plugin](https://github.com/helmturner/recma-next-static-images) I've ever seen, I second this. I'm also using @remcohaszing's plugin, and it would have been quite pleasant to find both...
**Chiming in from the 'new devs' perspective** (js is my first lang, picked up TFM beginning of 2021) Splitting Load seems to make a lot of sense to me. Typescript...
@EvanBacon @marklawlor Bumping for review, would love to see this merged if possible
@marklawlor Oh geeze, I'm so sorry I missed this! Conflicts resolved. Not sure how this slipped under my radar... I was just thinking to myself, 'wow, expo50 is right around...
Looks like this is actually a type error related to the changes I made. I'll dig in and see what needs fixing.
Looks like it's passing where it failed before, but now it's failing on a fingerprint test. I'm not sure what that means.. is that just a spurious snapshot mismatch?
When I brought it up to date with main there was a file generated (presumably from a git hook?). Committing that file fixed the fingerprint issue 🎉
Just wanted to volunteer another fix I found... In my case, I was importing stuff at the top level that I also used for in-source testing (`if (import.meta.vitest) { ......
Pulled this down to take a look, but apparently I can't get the install to succeed? Been a while since I've messed around in this codebase, but the error I'm...