Skip to content

Commit a86fe66

Browse files
committed
doc update
1 parent 91f27d2 commit a86fe66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ npm install remix-development-tools -D
4949
+ import rdtStylesheet from "remix-development-tools/stylesheet.css";
5050
+ const RemixDevTools =
5151
+ process.env.NODE_ENV === "development"
52-
+ ? React.lazy(() => import("remix-development-tools").then(({ RemixDevTools }) => ({ default: RemixDevTools })))
52+
+ ? React.lazy(() => import("remix-development-tools"))
5353
+ : undefined;
5454

5555
+ export const links: LinksFunction = () => [

0 commit comments

Comments
 (0)