We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac05838 commit 11017baCopy full SHA for 11017ba
.changeset/lazy-actors-wink.md
packages/spectacle/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 10.2.2
4
+
5
+### Patch Changes
6
7
+- Fix React 19 compatibility by replacing defaultProps with attrs method ([#1351](https://github.com/FormidableLabs/spectacle/pull/1351))
8
9
## 10.2.1
10
11
### Patch Changes
packages/spectacle/package.json
@@ -1,6 +1,6 @@
{
"name": "spectacle",
- "version": "10.2.1",
+ "version": "10.2.2",
"description": "ReactJS Powered Presentation Framework",
"types": "lib/index.d.ts",
"main": "lib/index.js",
0 commit comments