use directive not working
I was learning this https://www.solidjs.com/tutorial/bindings_directives
but when i try use directive locally, it doesnt work. Do i need to enable things?
but when i try use directive locally, it doesnt work. Do i need to enable things?
Solid is a purely reactive library. It was designed from the ground up with a reactive core. It's influenced by reactive principles developed by previous libraries.

