Skip to content

Animated node with ID 2 already exists #29

@pke

Description

@pke

Just adding the Ticker like this:

<Text style={[styles.price, style]} {...props}>
  {prefix && prefix + " "}
  <Ticker>{price.toLocaleString("de", { style: "currency", currency: "EUR" })}</Ticker>
  {suffix && " " + suffix}
</Text>

Provokes this error on first mount.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions