YongIn Kim
Results
2
comments of
YongIn Kim
I am also using this package with a typescript, so I defined the type temporarily as below. ```ts // types/index.d.ts declare module "react-typewriter-effect" { interface TypeWriterEffectProps { text?: string; multiText?:...
I have experienced the same problem. After trying many things, I found that there was a problem with the package manager. I think the tonejs have a incompatibility with 'Yarn...