Skip to content

2.0.0-beta.15: Errored within Loading Error #2809

Description

@brenelz

This specific shape causes an infinite loop

https://stackblitz.com/edit/solidjs-templates-ofppjt44?file=src%2Froutes%2FHome.tsx

<Loading fallback="loading…">
  <Errored>
    <Child />
  </Errored>
</Loading>

function Child() {
  const test = createMemo(getPosts);
  return <>{test()[0].id}</>;
}

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