Federico Bonel Tozzi

Results 90 comments of Federico Bonel Tozzi

As a workaround for now, I’d recommend not using `--turbo`.

Hey @OsamuBlack, Nice workaround! And yes, defining slots statically works. What doesn’t work is defining them dynamically, which, as you pointed out, might not be necessary for many use cases...

Hey @domhaas! While it’s true you can’t dynamically set slot fields with `resolveFields`, you *can* support dynamic arrays of slots. The trick is to use an **array field** that contains...

We’re definitely planning to take this on at some point, because we agree, it’s odd that this is the only field not supported by the `resolveFields` API. If the issue...

Hey @muchisx, This is something that comes up quite a lot, so thank you for opening a feature request to track it. The current limitation in terms of implementation is...

Hey @mits87! not at the moment, but we have it in our radar

Hey @knthmn! I can replicate the issue. Just to add more context: The problem occurs when you change the type of `root.title` from a string to something else. In that...

Hey @napter! Thanks for the updates, I can't seem to be able to test this in the demo app, it should be available there right?

Hey @lukasz-groszek! Nice work around! Didn't think of this, thank you for sharing