Skip to content

fix: Add data request handler for non-existent routes#74

Merged
KyleJune merged 1 commit intomainfrom
dev
Feb 8, 2026
Merged

fix: Add data request handler for non-existent routes#74
KyleJune merged 1 commit intomainfrom
dev

Conversation

@KyleJune
Copy link
Copy Markdown
Member

@KyleJune KyleJune commented Feb 8, 2026

Summary

When navigating to a url on the client side to a non existent page, a data request can get triggered for the parent route's loader. It was resulting in a 404 errors because the handler for data requests wouldn't get called. This fixes that so that handleDataRequest will get called still if there is an X-Juniper-Route-Id header that indicates the client is making a data request.

@KyleJune KyleJune merged commit 8427e78 into main Feb 8, 2026
9 checks passed
@KyleJune KyleJune deleted the dev branch February 8, 2026 22:13
KyleJune pushed a commit that referenced this pull request Feb 8, 2026
## [0.3.3](0.3.2...0.3.3) (2026-02-08)

### Bug Fixes

* Add data request handler for non-existent routes ([#74](#74)) ([8427e78](8427e78))
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 8, 2026

🎉 This PR is included in version 0.3.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant