@qwik.dev/react 2.0.0-beta.7 → 2.0.0-beta.9
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.
|
@@ -11,7 +11,7 @@ export declare function mainExactProps(slotEl: Element | undefined, scopeId: str
|
|
|
11
11
|
export declare class SlotElement extends Component {
|
|
12
12
|
static contextType: import("react").Context<SlotState>;
|
|
13
13
|
context: React.ContextType<typeof SlotCtx>;
|
|
14
|
-
slotC: import("react").RefObject<Element>;
|
|
14
|
+
slotC: import("react").RefObject<Element | null>;
|
|
15
15
|
shouldComponentUpdate(): boolean;
|
|
16
16
|
componentDidMount(): void;
|
|
17
17
|
render(): import("react").DOMElement<{
|
|
@@ -20,7 +20,7 @@ export declare class SlotElement extends Component {
|
|
|
20
20
|
dangerouslySetInnerHTML: {
|
|
21
21
|
__html: string;
|
|
22
22
|
};
|
|
23
|
-
ref: import("react").RefObject<Element>;
|
|
23
|
+
ref: import("react").RefObject<Element | null>;
|
|
24
24
|
}, Element>;
|
|
25
25
|
}
|
|
26
26
|
export declare const getReactProps: (props: Record<string, any>) => Record<string, any>;
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwik.dev/react",
|
|
3
3
|
"description": "Qwik React allows adding React components into existing Qwik application",
|
|
4
|
-
"version": "2.0.0-beta.
|
|
4
|
+
"version": "2.0.0-beta.9",
|
|
5
5
|
"bugs": "https://github.com/QwikDev/qwik/issues",
|
|
6
6
|
"devDependencies": {
|
|
7
|
-
"@types/react": "
|
|
7
|
+
"@types/react": "19.1.10",
|
|
8
8
|
"@types/react-dom": "18.3.0",
|
|
9
9
|
"react": "18.3.1",
|
|
10
10
|
"react-dom": "18.3.1",
|
|
11
11
|
"typescript": "5.8.3",
|
|
12
|
-
"vite": "7.
|
|
13
|
-
"@qwik.dev/core": "2.0.0-beta.
|
|
12
|
+
"vite": "7.1.0",
|
|
13
|
+
"@qwik.dev/core": "2.0.0-beta.9"
|
|
14
14
|
},
|
|
15
15
|
"engines": {
|
|
16
16
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"react": "^18",
|
|
41
41
|
"react-dom": "^18",
|
|
42
42
|
"vite": ">=5 <8",
|
|
43
|
-
"@qwik.dev/core": "^2.0.0-beta.
|
|
43
|
+
"@qwik.dev/core": "^2.0.0-beta.9"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|