-
-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
Description
The parent async templates are working great (and love the gem, btw)!
Started to have the need for nested async templates and followed the instructions to the T, including the <%= content_for :render_async %> inside the parent async template. JS inspection confirms that the nested asyncs are generated but it's not firing the URL.
Can't help but wonder if it's because the JS is dynamically added by the parent and then not firing because it has been added after page load?
Any insights are greatly appreciated.