pacocoursey / cmdk

Fast, unstyled command menu React component.
https://cmdk.paco.me
MIT License
9.98k stars 287 forks source link

[Bug] Error: (0 , react__WEBPACK_IMPORTED_MODULE_1__.createContext) is not a function #292

Closed thought7878 closed 2 months ago

thought7878 commented 3 months ago

Error

When use in next.js, it will create an error like this below

image

Solution

Add 'use client' to the file that is using cmdk