GithubHelp home page GithubHelp logo

Comments (5)

noahtallen avatar noahtallen commented on April 26, 2024 1

I opened a related issue in the DT repo, for reference: DefinitelyTyped/DefinitelyTyped#65890. Unfortunately, the types as they exist aren't strong enough to prevent crashes.

from react.

vkurchatkin avatar vkurchatkin commented on April 26, 2024

This has nothing to do with rules of hooks. What you want is type checking, that is what TypeScript is for

from react.

jlbooker avatar jlbooker commented on April 26, 2024

@vkurchatkin Yes, a realize a full and complete solution to this requires a type checking system to fully evaluate the return type. However, it seems there are at least a few cases we could check for with lint rules, and that would handle 95% of the basic cases. For example, I came upon uses return "none"; and return null;, which are clearly not allowed and easily caught by a lint rule. Anything other than a bare return, undefined, or an arrow function is probably an error.

from react.

noahtallen avatar noahtallen commented on April 26, 2024

Looks like it is simply impossible to catch this type of issue with TS, which is suuuper unfortunate.

Honestly, I really wish that React didn't crash here. IMO, it's unlikely that most expect a return value to do anything at all. For example, inline callbacks:

// returns whatever `doSomething` returns, or false, but I wouldn't expect the return value to do anything

useEffect( () => checkSomething && doSomething() );

from react.

maximejen avatar maximejen commented on April 26, 2024

Any update on this issue ?
With React 18 it looks like return undefined; or doing a return ; is also crashing, which was not the case in React 17.
We have a huge code base, and there is no way I can do a regexp that complicated, and a global search of all useEffects is not even an option.

from react.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.