You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I wanted to create a reusable modal.blade.php component that encapsulates JS logic and markup. I made a slot for the actual content of the modal, so instead of
The thing is, when I try to use the component syntax, now WordPress throws an error. I've been following your tutorial series, but I'm not sure what's causing this error.
Have you been able to use the component syntax on your Laravel + WordPress boilerplate?
--
By the way: thank you so much for your pro-level content (:
The text was updated successfully, but these errors were encountered:
Hi @luveqz and thanks for this contribution 🎉 I must admit that I barely used such syntax since I approached component-driven development in WordPress a little bit differently, but that's perfect that you asked for this. I'm working on material that perfectly matches your question so I think I'll be able to check and provide an update soon 🤞
Hi. I wanted to create a reusable
modal.blade.php
component that encapsulates JS logic and markup. I made a slot for the actual content of the modal, so instead ofit would look like this:
The thing is, when I try to use the component syntax, now WordPress throws an error. I've been following your tutorial series, but I'm not sure what's causing this error.
Have you been able to use the component syntax on your Laravel + WordPress boilerplate?
--
By the way: thank you so much for your pro-level content (:
The text was updated successfully, but these errors were encountered: