Shaker Hamdi Ahmed
Shaker Hamdi Ahmed
@dsuriano Did you find a solution to this? I'm facing the same issue, I need to use this package with create-react-app, and I would like to have two CSS files...
Is this still a bug? I want to use this plugin, but this seems like a deal-breaker.
Yup, I just installed this package and was ready to use it just to find out there are no types for it. So it would be great to add TypeScript...
@sashayudaev When you're in a hurry to meet the deadline, any amount of extra work will hurt you. Plus I'm not that fond of Typescript, to begin with :D. So...
Any updates about this?
I'd really appreciate any help here. I tried to search for this error but with no luck. I'm stuck.
I have the same issue, I'm on version 4.4.1, and the issue happens when using `render={ }`
Any updates on this?
> @TrebuhD thx for the hint, I used a `React.Fragment`: > > ``` > > > {"CONTACT"} > > > ``` > > After I changed them to a ``...
> @umarmw There is probably no typescript definitions for this package yet. > > To remove the error, create `typings.d.ts` inside `src` directory, and add the following in there: >...