UNPKG

fully-react

Version:
12 lines (9 loc) 256 B
import { createElementFromServer } from "./stream"; export const refresh = typeof window === "undefined" ? () => {} : function refresh() { const element = createElementFromServer(); globalThis.mutate(element); }; export default refresh;