Maik Emanoel

Results 6 comments of Maik Emanoel

> I resolved the issue temporarily by downgrading the version. > > ```diff > # package.json > > - "cmdk": "^1.0.0", > + "cmdk": "0.2.0", > ``` > > ```shell...

> the toster should be inside the body tag I was having the same problem, this solution worked very well. Thanks.

After some tries, I was able to solve this problem. I had updated the Node version and I ended up forgetting to update npm version. Then I updated npm and...

> I believe I figured out the problem. The onSelect was passing in the currentValue which is actually the Label, not the Value. So the filter is using where label...

> I was just questioning my entire life. if anybody is having problem with this particular error. Try to search for components that has the `asChild` prop and make sure...