Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix[ux]: fix uses error message #3926

Merged
merged 5 commits into from
Apr 10, 2024

Commits on Apr 9, 2024

  1. fix[ux]: fix a confusing error message

    when a stateless module is accidentally declared as being `used` by a
    user, the error message is confusing. update the error message to
    clarify `uses` refers to state being used.
    charles-cooper committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    e048e00 View commit details
    Browse the repository at this point in the history
  2. fixup tests

    charles-cooper committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6d88ba9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa1cefd View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    a3bc9b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4669960 View commit details
    Browse the repository at this point in the history