1008 renderer lib always points to page 1#1028
Conversation
|
@CodiumAI-Agent /describe |
Title1008 renderer lib always points to page 1 User descriptionDescriptionWith multiple pages, routing is working. Changes MadeAdded a new wrapper method to validate the URL and render the same. How to TestAdd multiple pages, give the names to the route and save the application. Then share it and you can navigate to other pages by adding the route name to the URL. NotesScenarios, the route name should not start with "/". It should be like "page-2" or "page-2/testpage". It should not be like "/page-2" or "/page-2/testpage". PR TypeBug fix, Enhancement Description
Changes walkthrough 📝
|
|
@CodiumAI-Agent /review |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
@CodiumAI-Agent /improve |
PR Code Suggestions ✨
|
|
@CodiumAI-Agent /update_changelog |
|
Changelog updates: 🔄 2025-05-14 #1028Changed
|
Description
With multiple pages, routing is working.
Changes Made
Added a new wrapper method to validate the URL and render the same.
How to Test
Add multiple pages, give the names to the route and save the application. Then share it and you can navigate to other pages by adding the route name to the URL.
Notes
Scenarios, the route name should not start with "/". It should be like "page-2" or "page-2/testpage". It should not be like "/page-2" or "/page-2/testpage".