Tomas Casas
Tomas Casas
I see the dependency to `preact-render-to-string`, and `onRender` opts should take care of that. Will report back.
Just went through code one more time and I realized it is pulling `preact-render-to-string/jsx` to render and that `attributeHook` function (default option) is the one introducing the `\n` that prevents...
I'll see if I can help. Will go through `preact-render-to-string/jsx/attributeHook` again. Thanks!
My findings around this issue are that there are two cache entries that are not set or, at least, properly set when providing a fallback. Our use case is mostly...