-
Notifications
You must be signed in to change notification settings - Fork 445
Closed
Labels
bugSomething isn't workingSomething isn't workingtriageNew issues that needs considerationNew issues that needs consideration
Description
Bug report
Packages affected
- sandpack-client
- sandpack-react
Description of the problem
when i use Codemirror extensions in the CodeEditor component like this
<Sandpack
options={{
codeEditor: {
extensions: [autocompletion()],
extensionsKeymap: [completionKeymap],
},
}}
template="react"
/>but console show me below errors , how can i fix up this problem :(

What were you doing when the problem occurred?
What steps can we take to reproduce the problem?
Link to sandbox: link (optional)
Your Environment
| Software | Name/Version |
|---|---|
| Sandpack-client version | |
| Sandpack-react version | |
| Browser | |
| Operating System |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriageNew issues that needs considerationNew issues that needs consideration