[Bug] 交互相关的register方法未导出
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.8k
- Forks
- 221
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 26
Description
Version
1.13.13
Link to Minimal Reproduction
null
Steps to Reproduce
TypeError: Cannot read properties of null (reading 'getStartState')
at eval (react-vchart-new.c017210faf4fb0fc.js:1:502558)
at Array.forEach ()
at gL.compileInteractions (react-vchart-new.c017210faf4fb0fc.js:1:502375)
at gL.compile (react-vchart-new.c017210faf4fb0fc.js:1:502738)
at SR._beforeRender (react-vchart-new.c017210faf4fb0fc.js:1:869340)
at SR._renderSync (react-vchart-new.c017210faf4fb0fc.js:1:860691)
at SR.renderSync (react-vchart-new.c017210faf4fb0fc.js:1:869710)
at eval (react-vchart-new.c017210faf4fb0fc.js:1:1161924)
at Id (react-dom.production.min.js:165:137)
at Xb (react-dom.production.min.js:200:284)
Current Behavior
Expected Behavior
在业务侧可以直接import使用
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
Locate the TypeScript package exports for the interaction-related register methods and compare them with the methods required by the 1.13.13 business-side usage. Reproduce the reported getStartState error if possible; done means those methods can be imported directly without the interaction compilation failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100