Skip to content

Issues with Framework7 Templates #218

@huajiqaq

Description

@huajiqaq

Issue 1: Infinite Recursion in Core Non-Vite Environment

Only Core templates (when not using Vite) have findPageEl infinite recursion:

  • CLI incorrectly configures index.html as a page route
  • Causes Framework7 router to enter infinite loop during page lookup

Issue 2: Outdated Svelte Templates

Only Svelte templates have version compatibility issues:

  • CLI still uses deprecated Svelte v3/v4 initialization syntax
  • Not adapted to Svelte v5 new APIs and rune system
  • Missing required mount() method calls

I have submitted a PR to fix these issues: #219

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions