[Bug]
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.8k
- Forks
- 221
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 26
Description
Version
2.0.19
Link to Minimal Reproduction
https://www.visactor.io/vchart/demo/candlestick-charts/candlestick-basic
Steps to Reproduce
https://www.visactor.io/vchart/demo/candlestick-charts/candlestick-basic
这个链接打不开
TypeError: Cannot read properties of undefined (reading 'meta')
at fetchDemo (file:///opt/bytefaas/toutiao/app/gdserver/bytedance/dist/server/entry-server.js:218:73)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Promise.all (index 0)
at async demoLoader (file:///opt/bytefaas/toutiao/app/gdserver/bytedance/dist/server/entry-server.js:11291:20)
at async callLoaderOrAction (/opt/bytefaas/toutiao/app/gdserver/bytedance/node_modules/.pnpm/@remix-run+router@1.15.3/node_modules/@remix-run/router/dist/router.cjs.js:4166:16)
at async Promise.all (index 0)
at async loadRouteData (/opt/bytefaas/toutiao/app/gdserver/bytedance/node_modules/.pnpm/@remix-run+router@1.15.3/node_modules/@remix-run/router/dist/router.cjs.js:3638:19)
at async queryImpl (/opt/bytefaas/toutiao/app/gdserver/bytedance/node_modules/.pnpm/@remix-run+router@1.15.3/node_modules/@remix-run/router/dist/router.cjs.js:3481:20)
at async query (/opt/bytefaas/toutiao/app/gdserver/bytedance/node_modules/.pnpm/@remix-run+router@1.15.3/node_modules/@remix-run/router/dist/router.cjs.js:3381:18)
at async render (file:///opt/bytefaas/toutiao/app/gdserver/bytedance/dist/server/entry-server.js:12817:19)
Current Behavior
Expected Behavior
打开文档页面
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the candlestick-basic reproduction link and compare its failure with the reported TypeError in entry-server.js, especially the fetchDemo and demoLoader stack entries. Trace why the demo data is undefined, then verify that the candlestick documentation page opens successfully and no longer reports the error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100