Alexandru Comanescu
Alexandru Comanescu
@GuillermoArielSequeira I believe you tried to import "poll.tsx" instead of "Poll.tsx" (uppercase P should be the valid file name).
Could you, please, share a screenshot with the import lines from `PostAddForm.tsx` file?
@a37h Hi, we suggest using the PRO version. It has Redux integrated with a lot of examples of how to use.
Hi @marcoantonioeg , did you use npm or yarn? What Node.js version are you using?
Any update on this?
> it might help you `npm install @react-pdf/renderer --legacy-peer-deps` This is a quick fix that solves the situation temporary, but if you remove the lock file, you have to use...
@diegomura Maybe you can add both, with version range, until you test it.
Would it be possible to release this under `3.1.0-beta.1` that will support React 18? So we can use it in our projects and not having to worry about React <...
Any feedback on this issue?
Here is the simplest example I could make: ```js import fs from 'fs'; import http2 from 'http2'; process.on('error', (err) => { console.error('Process error: ', err); process.exit(); }); const server =...