There seems to be a problem when using if.bind in the context of multi-level “slots”.
I have created a gist to demonstrate the problem:
https://gist.dumber.app/?gist=b4a4c78f3494f833a473d272faaaace4
It can be fixed when disabling the cache of the “if.bind” attribute. This is a possible workaround, but not the solution. Does anyone know how this can be solved more robustly and elegantly?
Thanks for any help.