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
Browser, OS, and other relevant software versions:
Description
On a page transition to a Faust Template using queries, the template will fail and throw a client side error because Faust context is returning undefined. This only occurs on a page transition. Going directly to a page using a Faust Template with queries does not yield the same result.
multiple.queries.bug.mov
Steps to Reproduce
Download the example project locally
Notice the single.js template uses multiple queries
In your WordPress site, add some single blog posts to the nav menu
The text was updated successfully, but these errors were encountered:
blakewilson
changed the title
Bug: Multiple queries fails on page transition from non "queries" template to "queries" template
Bug: Multiple queries fails on page transition to "queries" template
Jan 16, 2024
Environment
@faustwp/core
version: 2.1.0@faustwp/cli
version: 2.1.0@faustwp/blocks
version: N/A@faustwp/block-editor-utils
version: N/ADescription
On a page transition to a Faust Template using
queries
, the template will fail and throw a client side error because Faust context is returningundefined
. This only occurs on a page transition. Going directly to a page using a Faust Template withqueries
does not yield the same result.multiple.queries.bug.mov
Steps to Reproduce
single.js
template uses multiple queriesnpm run build
npm run start
The text was updated successfully, but these errors were encountered: