react-iconly icon indicating copy to clipboard operation
react-iconly copied to clipboard

Upgrade to React 18

Open conversun opened this issue 2 years ago • 3 comments

image

conversun avatar Jun 13 '22 15:06 conversun

Hi @jrgarciadev I got this error while deploying to netlify. I'm using "react-iconly": "^2.2.5",

image

ebukaodini avatar Jul 19 '22 16:07 ebukaodini

Is there any progress on this issue ?

ayoubphy avatar Aug 29 '22 13:08 ayoubphy

Is there any progress on this issue ?

You can install this module with --force flag. After that you need to create a file react-iconly.d.ts with the following contents:

import { ReactNode } from 'react';

declare module 'react-iconly' {
    export interface IconProps {
        children?: ReactNode;
    }
}

And don't forget to include this file in your tsconfig.json

A1yks avatar Aug 29 '22 17:08 A1yks

@jrgarciadev man?

SalahAdDin avatar Nov 18 '22 12:11 SalahAdDin

@jrgarciadev can you please give some attention to this issue?

6km avatar Feb 18 '23 07:02 6km

Sorry guys but currently I'm focused on the NextUI migration to TailwindCSS so I have no time for updating this library at the moment, if any of you want to send a PR migrating it to React 18 it will be appreciated 🙏🏻

jrgarciadev avatar Feb 18 '23 15:02 jrgarciadev

Sorry guys but currently I'm focused on the NextUI migration to TailwindCSS so I have no time for updating this library at the moment, if any of you want to send a PR migrating it to React 18 it will be appreciated 🙏🏻

I think you have no access to the last icons, right? In that case, we can't add more icons I think.

SalahAdDin avatar Feb 18 '23 20:02 SalahAdDin