|
Summary: Provide direct dependencies on third-party libraries shared across stripes and UI libraries so they can use peer dependencies in order to guarantee compatibility.
- final-form
- react-final-form
- final-form-arrays
- react-final-form-arrays
- redux-observable
- zustand
Details: stripes-* and UI applications must use the same versions of third-party libraries in order to guarantee compatibility. This is a requirement enforced by React for context Provider/Consumer relationships, and it's also just a Really Good Idea not to rely on hoisting in UI apps.
|