Skip to content

Commit e8ea27a

Browse files
committed
Refactor flattenedRoute to improve component merging logic
- Changed the way components are handled within flattenedRoute to ensure child components are merged correctly. - Introduced a temporary childComponents object to avoid direct mutation of the components object. - Updated the logic to ensure that mergedComponents reflect the correct structure after processing child routes.
1 parent 1d4f5a4 commit e8ea27a

File tree

3 files changed

+2297
-2604
lines changed

3 files changed

+2297
-2604
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solid-navigator",
3-
"version": "0.3.14",
3+
"version": "0.4.0",
44
"description": "Solid Navigator is a library that is inspired by vue router and solid router.",
55
"license": "MIT",
66
"author": "SupertigerDev",

0 commit comments

Comments
 (0)