We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What version of Spectacle are you using? (can be found by running npm list --depth 0 spectacle)
npm list --depth 0 spectacle
[email protected]
What version of React are you using? (can be found by running npm list --depth 0 react)
npm list --depth 0 react
What browser are you using? (e.g., Chrome 105.0.5195.102, Safari 16.0) Edge
What platform are you on? (e.g., Windows, macOS, iOS, Android) Windows
React 19 removed defaultProps and other APIs. https://react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-proptypes-and-defaultprops
defaultProps
Expected behavior: [What you expect to happen] <FullScreen> should have a default size
<FullScreen>
Actual behavior: [What actually happens] <FullScreen> has no default size
Affected code https://github.com/search?q=repo%3AFormidableLabs%2Fspectacle%20defaultProps%20&type=code
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Describe Your Environment
What version of Spectacle are you using? (can be found by running
npm list --depth 0 spectacle
)What version of React are you using? (can be found by running
npm list --depth 0 react
)What browser are you using? (e.g., Chrome 105.0.5195.102, Safari 16.0)
Edge
What platform are you on? (e.g., Windows, macOS, iOS, Android)
Windows
Describe the Problem
React 19 removed
defaultProps
and other APIs.https://react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-proptypes-and-defaultprops
Expected behavior: [What you expect to happen]
<FullScreen>
should have a default sizeActual behavior: [What actually happens]
<FullScreen>
has no default sizeAdditional Information
Affected code
https://github.com/search?q=repo%3AFormidableLabs%2Fspectacle%20defaultProps%20&type=code
The text was updated successfully, but these errors were encountered: