Preflight checklist
Component
packages/sparkling-cli
What happened?
Expect I am missing something about the intended usage, I realized that page navigation does not work on dev
bunx rspeedy dev --config .sparkling/lynx.config.ts starts the dev server but sparkling navigation on the default sparkling app does not work!
Steps to reproduce
-
bun create sparkling-app@latest my-app
-
cd my-app
-
bun run run:android
Start dev server for hot-reloading
4. bunx rspeedy dev --config .sparkling/lynx.config.ts
- click on next page and and navigation does not work on
dev it simply fails silently
Expected behavior
Sparkling Navigation is expected to work on while running
bunx rspeedy dev --config .sparkling/lynx.config.ts
Actual behavior
Sparkling Navigation fails silently when tapped
Logs / screenshots
Environment
- Host OS: MacOS
- Target platform (Android/iOS): Android and iOS
- Node.js version: 24.14.0
- pnpm version:
- Lynx version: @lynx-js/react": "^0.116.2"
- Sparkling version / commit: 2.0.1
Contribution
Preflight checklist
main(or have provided the exact version/commit below).Component
packages/sparkling-cli
What happened?
Expect I am missing something about the intended usage, I realized that page navigation does not work on dev
bunx rspeedy dev --config .sparkling/lynx.config.tsstarts the dev server but sparkling navigation on the default sparkling app does not work!Steps to reproduce
bun create sparkling-app@latest my-appcd my-appbun run run:androidStart dev server for hot-reloading
4.
bunx rspeedy dev --config .sparkling/lynx.config.tsdevit simply fails silentlyExpected behavior
Sparkling Navigation is expected to work on while running
bunx rspeedy dev --config .sparkling/lynx.config.tsActual behavior
Sparkling Navigationfails silently when tappedLogs / screenshots
Environment
Contribution