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
Added the ignore property to allow exceptions to rules that are applied to all routes. @dobri1408#5621
Bugfix
Fixed listing SSR rendering by sending subrequestId instead of id only within getAsyncData, similar to calling getQueryStringResults directly. @ichim-david
Fixed listing SSR pagination rendering by sending currentPage value besides the subrequestId. @ichim-david
Added testing for SSR rendering for all of the listing block tests. @ichim-david#5688
Add extra wait calls to listing block tests to avoid sporadic failures. @ichim-david#5753