-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<x-dynamic-component /> support? #707
Comments
Sorry for the mention @damiani but I am curious if the Tighten team has an opinion on this? Is this an incomplete expected feature or something that should not be expected? |
@stevenmaguire Thanks for the reminder ... I'll take a look and see what we'll need to do to support this; appreciate your detailed analysis of the code paths involved. More shortly! |
@damiani thanks for the prompt response. Sorry again to escalate - it seems like an oversight one way or another. |
@stevenmaguire what's the folder structure of the project you're trying this in? Where are your That specific TODO I'm pretty sure isn't related to the dynamic components, it was about using that container binding instead of It looks like I added this in #662 as part of a much larger refactor, but I'll keep staring at it and see if I remember anything. |
Actually we're using our own |
These two statements feel more relevant than the first question asking about the folder structure. I am highly confident it is not simply a case of pathing and/or directory issues. After I stepped through it all, I am firmly in the camp of "it feels like an architectural or plumbing issue." Using your own compiler would likely resolve it and force you to touch each of the seams I identified in my second comment here. |
Is the Laravel documented support for Dynamic Components is expected to work in Jigsaw?
An exception is raised when trying it out and it's unclear if it is local to the project or broadly unsupported in Jigsaw.
In this example, a component is confirmed as working when expressed explicitly, so it is not a missing component issue.
This works just fine.
The error feels architectural.
I also noticed there is some reference to dynamic component support in the Jigsaw providers, but there are also some code comments and TODOs.
jigsaw/src/Providers/ViewServiceProvider.php
Lines 61 to 72 in 114ed16
Is this expected to be supported and unfinished?
The text was updated successfully, but these errors were encountered: