Skip to content

Commit aa1ac3d

Browse files
committed
revert any changes to DO page
1 parent bddc25b commit aa1ac3d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/docs/durable-objects/platform/known-issues.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
pcx_content_type: concept
33
title: Known issues
4+
45
---
56

6-
import { GlossaryTooltip, Steps } from "~/components";
7+
import { GlossaryTooltip } from "~/components";
78

89
Durable Objects is generally available. However, there are some known issues.
910

@@ -35,4 +36,4 @@ The Workers editor in the [Cloudflare dashboard](https://dash.cloudflare.com/) a
3536

3637
Currently, when developing locally (using `npx wrangler dev`), Durable Object [alarm methods](/durable-objects/api/alarms) may fail after a hot reload (if you edit the code while the code is running locally).
3738

38-
To avoid this issue, when using Durable Object alarms, close and restart your `wrangler dev` command after editing your code.
39+
To avoid this issue, when using Durable Object alarms, close and restart your `wrangler dev` command after editing your code.

0 commit comments

Comments
 (0)