codesandbox / codesandbox/codesandbox-client
Volar code for "onpointerenter" added?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 13.6k
- Forks
- 2.4k
- Avg merge
- 6d 19h
- Merged PRs (30d)
- 2
Description
🐛 bug report
Preflight Checklist
- I have read the Contributing Guidelines for this project.
- I agree to follow the Code of Conduct that this project
adheres to. - I have searched the issue tracker for an issue that matches the one I want
to file, without success.
Description of the problem
Extra props:
onpointerenter: $event => ($event && _ctx.$volar ?%20_ctx.$volar.highlight($event.target,%20_ctx.$.type.__file,%20[22,22,9,75])%20:%20undefined)onPointerleave:%20$event%20=%3E%20($event%20&&%20_ctx.$volar%20?%20_ctx.$volar.unHighlight($event.target)%20:%20undefined)
are unasked added to components
How has this issue affected you? What are you trying to accomplish?
Can't run examples using ais-configure, also can't revert to the codesandbox "/s/" either, as it forcibly redirects to "/p/" now
To Reproduce
A codesandbox project is opened, which has a Vue component inside that does something with $props. Notice that extra props get added that weren't authored
Link to sandbox: link
Your Environment
| Software | Name/Version |
|---|---|
| Сodesandbox | Projects Version: 4ec02ae, Environment: production, Sandbox: nprplk, Pitcher: 0.282.1, Manager: 1.21.0, Cluster: fc-us-0 |
| Browser | Safari |
| Operating System | macOS |
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 linked CodeSandbox project and reproduce the extra onpointerenter and onPointerleave props in its Vue component, including the $props usage and ais-configure example. Compare the authored component with the rendered props and verify that the examples run without unrequested props or forced /s/ to /p/ redirects.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100