Skip to content

Commit 3f3d311

Browse files
committed
add note that SSE + idiomorph requires htmx-ext-sse 2.2.4+
1 parent c66b588 commit 3f3d311

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

www/content/extensions/idiomorph.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ import `htmx.org`;
4545
import `idiomorph/htmx`;
4646
```
4747

48+
_Note: when used with the [SSE extension](@/extensions/sse.md), requires htmx-ext-sse 2.2.4+ ([#164](https://github.com/bigskysoftware/htmx-extensions/issues/164))._
49+
4850
## Usage
4951

5052
Once you have referenced the idiomorph extension, you can register it with the name `morph` on the body and then begin

www/content/extensions/sse.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ import `htmx.org`;
5252
import `htmx-ext-sse`;
5353
```
5454

55+
_Note: when used with the [idiomorph extension](@/extensions/idiomorph.md), requires htmx-ext-sse 2.2.4+ ([#164](https://github.com/bigskysoftware/htmx-extensions/issues/164))._
56+
5557
## Usage
5658

5759
```html

0 commit comments

Comments
 (0)