I think I found a bug, could you take a look?
(ns NameCollision)
(defn Bar []
#jsx (let [input true]
#jsx [:input]))
This compiles to:
import * as squint_core from 'squint-cljs/core.js';
;
var Bar = function () {
{let input1 = true;
return <input1></input1>}
};
export { Bar }Ah yes, this is a bug, the tag should just be <input> right?
Github issue welcome, will fix later today
👍 have submitted an issue
0.8.114 is the latest version, you're way behind :)
can't repro with the latest version
oh! should have thought of that 🙂 I have been using this a starting point which I can see hasn't been updated for a while: https://github.com/squint-cljs/squint/tree/main/examples/solid-js
great point, I should update all of those example's versions...
done
btw the example also predates squint watch and squint.edn , I should also update that example to use that
not sure what you mean? squint.edn is currently in the repo in the solidjs directory. and squint watch as well is referenced in bb.edn
as of 10 months ago it says
Ah all good then