Replies: 2 comments 5 replies
-
Would you mind testing the modal with a clean installation and verifying if the problem still occurs? Often problems are caused by project-specific cases that are difficult to debug without granting access to the code of the project. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I am getting same error, was this ever resolved? In my case I have buttons to open multiple child modals inside the parent modal. If I closeModal on a child , and then try to open a different child, then I get same error as above and just the overlay. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have migrated my app from v1 to v2 and livewire v2 to v3 (Laravel 10, PHP 8.2) and now i receive an error every time i open a child modal. The parent modal disappears, but the child doesn't show up. In the console i got an error:
livewire.js?id=f41737f6:6605 Uncaught TypeError: Cannot read properties of null (reading 'before')
at Block.appendChild (livewire.js?id=f41737f6:6605:23)
at patchChildren (livewire.js?id=f41737f6:6433:21)
at patchChildren (livewire.js?id=f41737f6:6475:11)
at patch (livewire.js?id=f41737f6:6371:7)
at patchChildren (livewire.js?id=f41737f6:6522:9)
at patch (livewire.js?id=f41737f6:6371:7)
at patchChildren (livewire.js?id=f41737f6:6522:9)
at patch (livewire.js?id=f41737f6:6371:7)
at patchChildren (livewire.js?id=f41737f6:6522:9)
at patch (livewire.js?id=f41737f6:6371:7)
I can't figure it out, what can cause this.
Also if i close a modal from a component using the closeModalWithEvent, and try to open another modal i got stuck at Livewire Loading state without any error, the modal opens but my loading screen doesn't disappear. I don't know this is related to the first error or not.
Beta Was this translation helpful? Give feedback.
All reactions