[LiveComponent and Stimulus] LiveComponent not found in stimulus controller that is attached to the component root #3305
Unanswered
ascalon54num
asked this question in
Questions & Answers
Replies: 2 comments 1 reply
|
Not sure, but may be related to your |
1 reply
|
I have the same issue. The "getComponent" function fails to find the component. I have also tried using different hooks, e.g. "initialize", "render", "connect", "disconnect", but nothing is working. I've also tried using all the aforementioned functions with the async modifier. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Hello everyone,
I encountered a problem while following the Symfony 7.4 documentation.
Here the part concerned:
Here my code:
Here the error
I have browse through the web and haven't found the reason of the error or a solution.
I've seen other issues concerning this problem but it should have been resolved no ?
All reactions