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 9dd124b commit 4a5ae7cCopy full SHA for 4a5ae7c
test/test.node.js
@@ -2,7 +2,7 @@ import "./setup";
2
3
import React from "react";
4
import ReactDOM from "react-dom/server";
5
-import { Variant, Experiment } from "../src";
+import { Variant, Experiment } from "../lib/react-optimize";
6
7
describe("ssr", () => {
8
it("should render without errors", () => {
0 commit comments