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
Due to the mechanism used to register partials in Exbars, when two partials with the same name exist in the views folder structure, one of them will be ignored. As a workaround to this issue, users can use different names for their partials even if they are not in the same folder, ex. /view/users/_users_form.hbs and /view/articles/_articles_form.hbs
This can be fixed by creating a custom partial helper and use it instead of the default one offered by Handlebars.
The text was updated successfully, but these errors were encountered:
Due to the mechanism used to register partials in Exbars, when two partials with the same name exist in the views folder structure, one of them will be ignored. As a workaround to this issue, users can use different names for their partials even if they are not in the same folder, ex.
/view/users/_users_form.hbs
and/view/articles/_articles_form.hbs
This can be fixed by creating a custom partial helper and use it instead of the default one offered by Handlebars.
The text was updated successfully, but these errors were encountered: