Skip to content
This repository was archived by the owner on Aug 21, 2026. It is now read-only.
This repository was archived by the owner on Aug 21, 2026. It is now read-only.

[examples] Custom DefaultPage never gets called #15

Description

@regenrek

Hi

is it possible that the custom src/examples/js/pages/DefaultPage.js never gets called in the example and instead starting-blocks includes the default which is stored inside src/pages/DefaultPage.js ?

I mean I just included it inside the app.js which seems to work. Is this correct?

import DefaultPage from './pages/DefaultPage'


  startingBlocks.instanceFactory('DefaultPage', c => {
      return new DefaultPage(c)
  })

Regards

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions