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

Core: Move prepareContext into store.getStoryContext() #22135

Merged
merged 7 commits into from Apr 30, 2023

Commits on Apr 20, 2023

  1. Move prepareContext into store.storyContext()

    This way any consumer of the context will get the properly mapped args. Also store the unmapped args on the context
    tmeasday committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    d45d3d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07145b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Fix types

    tmeasday committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    14cba64 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    4ad3dff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95853b1 View commit details
    Browse the repository at this point in the history
  3. Fix

    tmeasday committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    9e7b4b4 View commit details
    Browse the repository at this point in the history
  4. Fix typing

    tmeasday committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    58ad192 View commit details
    Browse the repository at this point in the history