Skip to content

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

@stephancill

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>'
  }
}

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