In index.js: `SlideOut.defaultProps = { maxWidth: '100%', overflowShouldLock: true };` defaultProps is deprecated in v18 and will be removed in the future versions.
In index.js:
SlideOut.defaultProps = { maxWidth: '100%', overflowShouldLock: true };defaultProps is deprecated in v18 and will be removed in the future versions.