Skip to content

Commit 23b9542

Browse files
committed
added render to fix error
1 parent 9d55866 commit 23b9542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/configuration/compatibility-flags.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ head: []
66
description: Opt into a specific features of the Workers runtime for your Workers project.
77
---
88

9-
import { CompatibilityFlags, WranglerConfig } from "~/components";
9+
import { CompatibilityFlags, WranglerConfig, Render } from "~/components";
1010

1111
Compatibility flags enable specific features. They can be useful if you want to help the Workers team test upcoming changes that are not yet enabled by default, or if you need to hold back a change that your code depends on but still want to apply other compatibility changes.
1212

0 commit comments

Comments
 (0)