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
Describe the bug
A couple of weeks ago, we noticed that when using the SvelteSDK above 1.0.26, we would run into issues with our query passed to fetchEntries.
To Reproduce
Steps to reproduce the behavior:
Create a data model in builder.io and assign start and end dates to schedule the data entry for expiry. Make sure it is currently live.
Fetch this data model in SvelteKit using the fetchEntries function. Pass the following query to fetch all currently live entries as well as all entries where no startDate and no endDate have been set:
Describe the bug
A couple of weeks ago, we noticed that when using the SvelteSDK above 1.0.26, we would run into issues with our query passed to
fetchEntries
.To Reproduce
Steps to reproduce the behavior:
fetchEntries
function. Pass the following query to fetch all currently live entries as well as all entries where nostartDate
and noendDate
have been set:fetchEntries
will return an empty array.Expected behavior
fetchEntries
should return currently live entries.Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I suspect this has something to do with the changes: #3007
The text was updated successfully, but these errors were encountered: