Richard Shackleton

Results 15 comments of Richard Shackleton

Seeing this on a component that renders a modal. Doesn't include any async code or animations but does render immediately. Edit: My issue has been resolved. The problem was using...

> > Loki does not render anything. It takes a screenshot of an element. > > Sorry for the bad phrasing. But yeah, thinking about _It takes a screenshot of...

Seeing the same thing, started happening this morning with a build triggered by content changes in the CMS. ``` 2022-05-13T09:15:49.0557514Z Deploying to main site URL... 2022-05-13T09:15:49.6208989Z - Hashing files... 2022-05-13T09:15:49.6238898Z...

We ended up changing the site to not build as many pages statically to try and workaround the issue, so not we're not but we probably would be if we...

Hi Zdenek, Thanks for the detailed response, appreciate the details re. the Kentico 12 API changes. Based on those I can understand why changing the current package for K11 would...

@DaniilSokolyuk is there any likelihood that this would be looked into? The library is very promising but not having the ability to support CSS-in-JS libraries via Render Functions is also...

Just having a very quick look and I guess the approach would be much trickier whilst supporting streaming. https://styled-components.com/docs/advanced#streaming-rendering Perhaps a custom interop would be needed to coordinate the `renderToNodeStream`...

That is interesting, I was looking at whether we could use this to migrate away from ReactJS.NET and retain the island architecture approach vs rendering the entire site as a...

That would be great for backwards compatibility. I'm going to trial it on a project which is currently using Tailwind. The lack of render functions shouldn't be an issue in...