Closed tkrunning closed 1 year ago
Same here...
same issue here... any fixes? would really want to use this library as its alot cleaner than most multiselect
same here, would be really nice to get this issue fixed, since its impossible to use
same here!
Hey everyone 👋 . Sorry for the delayed response. I created a sample nextjs app through codesandbox which appears to work just fine. I put the steps in the readme that were taken to create this example app. https://codesandbox.io/p/sandbox/quizzical-lumiere-ih4jxu?file=%2FREADME.md&selection=%5B%7B%22endColumn%22%3A15%2C%22endLineNumber%22%3A38%2C%22startColumn%22%3A15%2C%22startLineNumber%22%3A38%7D%5D
Let me know if this fixes things for you, or if you have any other questions.
It doesn't fix it. Same track trace
Hey all. Would someone be able to supply a test app that reproduces this, I have tried various versions of nextjs from newest all the way back to version 12, with and without typescript and also varying versions of chakraui/react from 2.3.4 to latest and I cannot seem to reproduce this.
Closing until someone can give a minimal reproduction to this that I can debug.
Hi there! I'm trying to get
chakra-multiselect
working in my new Next app. But as soon as Iimport { MultiSelectTheme } from "chakra-multiselect";
(it doesn't matter whether it's in_app.js
ortheme.js
) my application crashes with the following error:Server Error
Stack trace
The only step I've done prior to the import is installing with
npm install --save chakra-multiselect
.It's quite possible that this is user error (I'm not very experienced with React), however I'm not sure what I'm doing wrong given that I've only taken two first steps from the documentation which are essentially just copy-paste.
Any idea what's going on?
@chakra-ui/react
version is2.3.4
, in case that matters.chakra-multiselect
is version0.3.7
.