Skip to content

edge case with cascade syntax #4

Open
@mj-hd

Description

@mj-hd
final Something param;

Widget build(BuildContext context) {
  // this hook will be ignored unexpectedly
  final foo = useRef<Something?>(null)..value = param;

  ...
}

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