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
Would it be possible to create a minimal debug sheet that we can use for testing what desired behaviour might look like? I'm slightly wary as I think sometimes this warning does catch genuine issues (e.g. typos when trying to override a default), but it would be good to try reduce number of false-positives when the child content purposefully omitted
Thanks @esmeetewinkel , debug sheets working well to recreate
I started to take a very quick look although realised it will probably be easier to visit after #2040 as that contains some extra methods for adding tests to frontend code which would probably be good to also add for this case.
I assume this isn't super high priority (but nice to have for sure), so will try revisit after #2040 is in.
Description
When opening instances of workshop_activity, the console contains many warnings of the type
I'm not sure if these warnings are a problem or should just be ignored. They do clutter the console a bit, making it harder to notice actual issues.
App version
v0.16.17 of
plh_tz
deployment, web preview of welcome_individual template in debug mode here.Templates
See template welcome_individual which uses workshop_activity.
Debug templates
debug_nesting_warning_child_1 and debug_nesting_warning_parent_1 show a minimal example of when this issue occurs.
When the display group in
debug_nesting_warning_child_1
is removed, the issue disappears, as demoed in debug_nesting_warning_child_2 and debug_nesting_warning_parent_2.The text was updated successfully, but these errors were encountered: