You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I remember how kioo works correctly then this is caused by symbols in selector being resolved inside net.cgrand.enlive-html- https://github.com/ckirkendall/kioo/blob/master/src/kioo/core.clj#L74-L75.
If your symbol isn't there it won't get resolved and you'll get a nil which causes the NPE.
A possible fix would be to leave a symbol as-is if resolve-enlive-var can't find it, for example like so:
Custom selectors like the following work fine in Enlive but aren't supported in Kioo yet:
Attempting to use
text=
in a kioo selector currently gives a null-pointer error on compilation.The text was updated successfully, but these errors were encountered: