spacecat
spacecat
I got it to work using dynamic imports in Next.js so no problem. But having a dedicated component with hooks, props, APIs would be better since you would be taking...
> Please give a try to JustGage V2 beta now available on NPM 🎉 > > https://www.npmjs.com/package/justgage/v/2.0.0-beta.0 Thanks for this update! I checked the docs real quick but could not...
> Nope but the integration should be really straightforward, just ask chatgpt to create a React Component that uses JustGage Thanks. Is it a ton of work creating a React...
@Haroenv what do you mean by algolia-helper underlying library? Do you mean this? algoliasearch: 4.24.0 => 4.24.0 If so, I tried installing the latest version (5.x.x) but it gives me...
@iggydotdev tried removing node_modules and .lock file but I'm still getting that warning. Btw, I should not need to delete the .lock file... that would mess up my entire project.
`React.ComponentType` is the most appropriate type. It is more specific than `React.ElementType` and represents a React component class or a function component, which is what `dynamic` is expected to return....
It would be nice indeed to add a declaration file. Getting the following in VSCode currently: Could not find a declaration file for module 'react-easy-edit'. '/xyz/node_modules/react-easy-edit/build/react-easy-edit.min.js' implicitly has an 'any'...
Sharing mine if anyone is interested - superminimal, using the latest motion npm package: ``` import { animate } from "motion"; import { ReactNode, useEffect, useState } from "react"; export...