Comment on the query merger controller

This commit is contained in:
Jose Farias
2024-11-07 11:32:21 -06:00
parent ec04ccef4d
commit 4c02a46867
@@ -1,5 +1,6 @@
import { Controller } from "@hotwired/stimulus"
// FIXME: Can we do this without a controller? https://github.com/basecamp/fizzy/pull/130#discussion_r1833094616
export default class extends Controller {
merge({ params: { key, value } }) {
const url = new URL(window.location.href)