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
and myTemplate includes Polymer 1.0 elements, myTemplate is rendered before some of the Polymer elements have been attached. This might be solved by using one of Flow-Router's triggers to call Polymer to pre-render (possibly using Polymer's distributeContent function) and then waiting for a 'success' callback before then rendering myTemplate. Currently, it seems Polymer and Blaze are trying to render at the same time. Thanks a lot for looking into this - appreciate the help.
The text was updated successfully, but these errors were encountered:
No - I was looking for a function like that in the Polymer docs. I didn't see pre-render in the API reference list either - can you point me to it? Thanks a lot for your help.
I'm not sure if this is intended to work, but if you render a template using
and myTemplate includes Polymer 1.0 elements, myTemplate is rendered before some of the Polymer elements have been attached. This might be solved by using one of Flow-Router's triggers to call Polymer to pre-render (possibly using Polymer's distributeContent function) and then waiting for a 'success' callback before then rendering myTemplate. Currently, it seems Polymer and Blaze are trying to render at the same time. Thanks a lot for looking into this - appreciate the help.
The text was updated successfully, but these errors were encountered: