spacecat
spacecat
Hi, Stupid question maybe but what happens with the DevTools component that I have in my forms when I deploy to production? I have "@hookform/devtools": "^4.3.1", in my devDependencies in...
The generated markup looks like this: `Edit` By default a `button` has type `submit`. Which is not what we're dealing with when clicking the Edit button. So it should have...
Edit: I'm using Next.js 14. It seems that this library is becoming obsolete. First I encountered the error message that this lib does not have a declaration file. Now, I'm...
Line 1: `import type { SearchClient } from 'algoliasearch/lite'; ` In this file: https://github.com/algolia/autocomplete/blob/next/examples/react-instantsearch/src/components/Autocomplete.tsx is giving me the following error: `Module '"algoliasearch/lite"' has no exported member 'SearchClient'.ts(2305) ` How to...
Please update react dependencies in packade.json so that this npm package can work with Next.js 15.
https://npmtrends.com/@smastrom/react-rating-vs-react-rating-vs-react-ratings-declarative-vs-react-star-picker I know... there are a ton more... but these were the ones that I ended up testing in my app (with bad results)... I spent the entire morning researching...
### What feature would you like to see? Hi, I was just wondering if there are any plans on releasing version 1 in the near future? I'm currently using `next-themes...
### What happened? The following code: https://github.com/pacocoursey/next-themes?tab=readme-ov-file#avoid-hydration-mismatch ``` import { useState, useEffect } from 'react' import { useTheme } from 'next-themes' const ThemeSwitch = () => { const [mounted, setMounted]...
Hi, Since there is not Discussion tab in this repo I'll post my question here. What are the pros and cons of each - using the data attribute vs using...