You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I new in ReScript.
If I change useEffect deps from (1, 2) to () it's still compiled, but with logic errors (pass undefined to deps instead of empty array). It'is possible to discard empty tuple from deps?
Hello, I new in ReScript.
If I change useEffect deps from (1, 2) to () it's still compiled, but with logic errors (pass undefined to deps instead of empty array). It'is possible to discard empty tuple from deps?
Example https://rescript-lang.org/try?version=v11.1.4&module=esmodule&code=LYewJgrgNgpgBAQQA5LgXjgbwFBzgAQCcYBDAYwBcA6MkYJEAOxkYtzlgrmBIGt4MACgCU6AHxZ2eAEqlKVCAGcYAUQBmamJUEjxkvAbgA5JjClwAvgBo4I4dnMnm7C9ldA
The text was updated successfully, but these errors were encountered: