You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "go to definition" VSCode function used to work for react-admin (at least since #6039). But in v4, we've switched from tsc to tsup, and the declarationMap directive in tsconfig.json isn't honored anymore. This seems to be a limitation of tsup (cf egoist/tsup#488), and a serious regression.
The only solution seems to go back to tsc until tsup does a better job.
The text was updated successfully, but these errors were encountered:
Following #7580
The "go to definition" VSCode function used to work for react-admin (at least since #6039). But in v4, we've switched from
tsc
totsup
, and thedeclarationMap
directive intsconfig.json
isn't honored anymore. This seems to be a limitation oftsup
(cf egoist/tsup#488), and a serious regression.The only solution seems to go back to
tsc
untiltsup
does a better job.The text was updated successfully, but these errors were encountered: