-
Notifications
You must be signed in to change notification settings - Fork 119
Update rpp to work with latest React, R3F and PP, add GH actions #180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I copy pasted code from this PR to cdsbx, seems to work fine: https://codesandbox.io/s/ancient-sky-ldkxwk?file=/src/App.tsx |
"baseUrl": ".", | ||
"declaration": true, | ||
"outDir": "dist", | ||
"skipLibCheck": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this for? I'd also try to enable strict
if possible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on pnpm
types resolution doesn't work properly without this prop
… into react-18-last-pp-last-three
useThree
hook usageexports
fieldI haven't tested yet if all the effects work, in progress