Currently the affix dispatcher errors on empty components. The error can occur if a style dispatcher returns an empty component, since then the compilation happening before style modifiers recursively calls the style dispatchers again. I am not sure if you consider this a bug? I also made the code a little bit shorter. The problem occurs with my +orderless-keyword-dispatch prototype, which I've posted in https://github.com/oantolin/orderless/pull/162#issuecomment-1971806583.
Currently the affix dispatcher errors on empty components. The error can occur if a style dispatcher returns an empty component, since then the compilation happening before style modifiers recursively calls the style dispatchers again. I am not sure if you consider this a bug? I also made the code a little bit shorter. The problem occurs with my
+orderless-keyword-dispatch
prototype, which I've posted in https://github.com/oantolin/orderless/pull/162#issuecomment-1971806583.