Skip to content

http request is executed infinitely when specified in onload on a root mod element #135

Description

@stephancill

In this example, will get called excessively if the layout is rendered when the mod is initially rendered

{
  type: 'horizontal-layout',
  onload: {
    type: 'GET',
    url: '<url>'
  }
}

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

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions