Closed xavi7th closed 3 weeks ago
Hey @xavi7th 👋, thanks for checking out Svelte UX.
I've not encountered this before or have a general idea why you might be experiencing this. Being an existing project creating a minimal repo might be difficult, but if you could create one I can investigate. Also feel free on hop on the Discord if you want to try to chat through it.
@xavi7th Going to close for now. If you are able to create a repo for me to investigate, I can take a look.
I am attempting to use this in an existing project, but any field I import gives this error on my browser
500 DevalueError: Cannot stringify arbitrary non-POJOs
and on my terminal I get the following errorMy tailwind config is
And this is how I am importing it
In the DateField component for example, if I comment out the
<Field>
component, the page builds without any errors so I am guessing it is somewhat related to the field component.I also notice this error in my browser console when I do the above
cls is not defined
.