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
{{ message }}
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
when i render the main view, i get "There must be a single top-level element when using noWrap." error. if i change the top-level element in subview_template to div, it "works" (doesn't properly work, but throws no error). Chaplin 1.0.0, Backbone 1.1.2.
The text was updated successfully, but these errors were encountered:
found a workaround: using divs with display: table-row and display: table-cell instead of tr and td but this bug is annoying as hell. and noWrap property is confusing nevertheless.
subview_template.jade
:subview.coffee
:mainview_template.jade
:mainview.coffee
:when i render the main view, i get "There must be a single top-level element when using
noWrap
." error. if i change the top-level element insubview_template
todiv
, it "works" (doesn't properly work, but throws no error). Chaplin 1.0.0, Backbone 1.1.2.The text was updated successfully, but these errors were encountered: