Frontmatter
| id | 3958 |
| title | Covid app routing to the table view |
| state | Closed |
| labels | bugstale |
| assignees | [] |
| createdAt | Jan 30, 2023, 9:27 AM |
| updatedAt | Sep 14, 2024, 4:26 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3958 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 14, 2024, 4:26 AM |
in case we start the app from a different view than the table (e.g. mapboxGL) and then navigate to the table, we get some new JS errors:
this is related to the 2way-binding adjustments. the
countryconfig will get set before there are DOM ids in place.