tanstack.com icon indicating copy to clipboard operation
tanstack.com copied to clipboard

stackblitz example includes timestamp in app.config.ts filename

Open ensconced opened this issue 11 months ago • 0 comments

Steps to reproduce

  1. Go to https://tanstack.com/router/latest/docs/framework/react/examples/start-basic
  2. Click on the link to open in stackblitz
Image
  1. See that in stackblitz, there is an app.config.ts but also another app.config.timestamp_[[some timestamp]].ts. There is also an ERR_DLOPEN_DISABLED error in the terminal (seems to be related to some native dependencies of tailwind).
  2. If you delete the timestamped config file the dev server creates many replacements

Image

ensconced avatar Jan 26 '25 10:01 ensconced