@cleanweb/react 1.1.1-beta.20 → 1.1.1-beta.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,7 +30,7 @@ THooks extends THooksBase = void> {
30
30
  * It receives the initial `props` object and should return
31
31
  * an object with the initial values for your component's state.
32
32
  */
33
- static getInitialState: (p?: object) => object;
33
+ static getInitialState: (p?: any) => object;
34
34
  /**
35
35
  * This allows you to seamlessly consume React hooks in
36
36
  * your class component.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleanweb/react",
3
- "version": "1.1.1-beta.20",
3
+ "version": "1.1.1-beta.21",
4
4
  "description": "A suite of helpers for writing cleaner React function components.",
5
5
  "engines": {
6
6
  "node": ">=18"