Closed
Description
Initial checklist
- I read the support docs
- I read the contributing guide
- I agree to follow the code of conduct
- I searched issues and couldn’t find anything (or linked relevant results below)
Affected packages and versions
Latest (1.2.2)
Link to runnable example
No response
Steps to reproduce
It seems to happen intermittently, and haven't fully figured out why/where it occurs. Here's an example of an MDX document that reproduces the error:
# Example document
- [Link](/a)
- [Link](/a)
- [Link](/a)
## Below
Typing here causes the error CURSOR LOCATION
- [Link](/a)
Expected behavior
Doesn't error, or at the very least does so silently.
Actual behavior
It errors, and once it gets going, does so repeatedly.
Screenshot
Logs
[Error - 3:09:56 PM] Request completionItem/resolve failed.
Message: Request completionItem/resolve failed with message: Cannot read properties of undefined (reading 'kind')
Code: -32603
[Error - 3:11:48 PM] Request completionItem/resolve failed.
Message: Request completionItem/resolve failed with message: Cannot read properties of undefined (reading 'kind')
Code: -32603
[Error - 3:12:16 PM] Request completionItem/resolve failed.
Message: Request completionItem/resolve failed with message: Cannot read properties of undefined (reading 'kind')
Code: -32603
[Error - 3:12:28 PM] Request completionItem/resolve failed.
Message: Request completionItem/resolve failed with message: Cannot read properties of undefined (reading 'kind')
Code: -32603
[Error - 3:12:32 PM] Request completionItem/resolve failed.
Message: Request completionItem/resolve failed with message: Cannot read properties of undefined (reading 'kind')
Code: -32603
[Error - 3:14:39 PM] Request completionItem/resolve failed.
Message: Request completionItem/resolve failed with message: Cannot read properties of undefined (reading 'kind')
Code: -32603
[Error - 3:20:22 PM] Request completionItem/resolve failed.
Message: Request completionItem/resolve failed with message: Cannot read properties of undefined (reading 'kind')
Code: -32603
[Error - 3:44:56 PM] Request completionItem/resolve failed.
Message: Request completionItem/resolve failed with message: Cannot read properties of undefined (reading 'kind')
Code: -32603
Runtime
Node v18
Package manager
yarn v1
OS
macOS
Build and bundle tools
webpack, Next.js
Thank you for your work on this project, it's great! 🙏 🙏 💟