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
The documentation on the website and in DartDoc describes the behavior of reaction and autorun differently. Specifically:
In DartDoc, reaction performs actions that autorun should handle.
Similarly, autorun executes actions intended for reaction.
This inconsistency causes confusion, as it makes it unclear which function should be used for specific cases.
Expected Behavior: The reaction and autorun descriptions should match across both the website and DartDoc. Each function's purpose and behavior need to be clearly and accurately described to avoid misunderstandings.
Steps to Reproduce:
Compare the documentation for reaction and autorun on the official website with the DartDoc descriptions.
Notice the discrepancy in the behavior explanation.
The documentation on the website and in DartDoc describes the behavior of reaction and autorun differently. Specifically:
In DartDoc, reaction performs actions that autorun should handle.
Similarly, autorun executes actions intended for reaction.
This inconsistency causes confusion, as it makes it unclear which function should be used for specific cases.
Expected Behavior: The reaction and autorun descriptions should match across both the website and DartDoc. Each function's purpose and behavior need to be clearly and accurately described to avoid misunderstandings.
Steps to Reproduce:
Environment:
Dart SDK version: 3.5.0 (stable)
Package version: (mobx: ^2.3.3+2)
The text was updated successfully, but these errors were encountered: