Francesco Allegrini

Results 2 issues of Francesco Allegrini

Every time I start my app I get several warnings of this kind: ``` was created with unknown prop 'subscribe' ``` Reported props are `subscribe`, `add`, `success`, `info`, `error`, `warning`,...

```js // index.js htmx.config.historyEnabled = false // index.html ... ``` The current setting won't update the url in the address bar, not even by explicitly setting `hx-push-url="true"` or `hx-push-url="/about"`. Is...