From b0a343c5fad2c51c93f7c19129aa6d357e4979f2 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Mon, 24 Nov 2025 16:27:13 -0700 Subject: [PATCH] fix registration --- src/ext/hx-compat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ext/hx-compat.js b/src/ext/hx-compat.js index 0f45a0e1..22fd9ad4 100644 --- a/src/ext/hx-compat.js +++ b/src/ext/hx-compat.js @@ -10,7 +10,7 @@ } } - htmx.defineExtension('compat', { + htmx.registerExtension('compat', { init: (internalAPI) => { api = internalAPI;