@lolyjs/core 0.1.0-alpha.2 → 0.1.0-alpha.4
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.
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +25 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +26 -10
- package/dist/index.js.map +1 -1
- package/dist/runtime.cjs +25 -9
- package/dist/runtime.cjs.map +1 -1
- package/dist/runtime.js +26 -10
- package/dist/runtime.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -5010,7 +5010,7 @@ async function startProdServer(options = {}) {
|
|
|
5010
5010
|
import { hydrateRoot } from "react-dom/client";
|
|
5011
5011
|
|
|
5012
5012
|
// modules/runtime/client/AppShell.tsx
|
|
5013
|
-
import { useEffect, useState } from "react";
|
|
5013
|
+
import { useEffect, useState, useRef } from "react";
|
|
5014
5014
|
|
|
5015
5015
|
// modules/runtime/client/RouterView.tsx
|
|
5016
5016
|
import { jsx } from "react/jsx-runtime";
|