Skip to content

Async function into useEffect hook analysis option #634

@matthewnitschke-wk

Description

@matthewnitschke-wk
  • Issue Type: FEATURE REQUEST
  • over_react Version(s): x.x.x

This snippet will not work as intended

useEffect(() async {
  // await something();
});

Adding an analysis hint for this would help developers unfamiliar with the edge cases of useEffect would be helpful


FYI: @greglittlefield-wf @aaronlademann-wf @kealjones-wk @evanweible-wf @maxwellpeterson-wf

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions