Ed Torba
Ed Torba
Ran into the same issue. Just to add on, it's pretty normal for devs to do stuff like copying a messy api response (e.g. json) and trying to make sense...
Just a hint, you can also look into Latin words, at least it seems that's what the Radix team did, e.g., radix = root (it seems). What you want is...
Additionally, even if you follow the documentation's suggestion and use `throw data("Record Not Found", { status: 404 });`, the error object in the error boundary will contain `error.status: 500`, while...
I'll try to set up a reproduction repo tonight, I didn't have time last night.
Status update: I attempted to replicate the issue here: `https://github.com/edtorba/payloadcms-importmap`. Annoyingly, it builds successfully there, although VS Code still complains about the same issue, e.g., am now comparing both projects...
@AlessioGr The repository above now replicates the issue. I haven’t checked exactly since which version, but `"typescript": "^5.7.2"` causes it to fail.
I'm seeing a similar issue using version 3.31.0 after upgrading from 3.17.1. I tried running `generate:importmap`, but there was no difference. The `importMap` seems to be very problematic and somewhat...
@tomasbarej legend, that fixed my problem