Using Paste v18 with React 17 #3084
-
Hi team - I'm trying to upgrade to Paste 18 in the Segment application, which is still on React 17. I see in PR #2965 that the unit tests are run against React 16, 17 and 18, but I'm wondering if anyone has real-world experience upgrading to Paste 18 while being on an older version of React. Specifically, I'm getting TypeScript errors for
Are there any other consumers trying to use the latest Paste version on an older version of React with any success? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I was hoping the types would be backwards compatible, but apparently not. You might get success with just resolving the |
Beta Was this translation helpful? Give feedback.
-
Version 19 of |
Beta Was this translation helpful? Give feedback.
Version 19 of
@twilio-paste/core
just went out and it looks like that solves backwards compatibility of types for React 17.