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(insights): ensure the same token is used when rendered multiple times server side #6456

Merged
merged 10 commits into from
Dec 9, 2024

Commits on Dec 3, 2024

  1. fix(insights): ensure _same_ token is used when rendered multiple tim…

    …es server side
    
    in insights middleware: ensure we read from the _initialResults (as insights starts before index is init'ed
    in getInitialResults: add the parameters to every index explicitly (it's not ui state so was missing otherwise)
    
    other changes in this PR:
    - something in the dependencies to prevent babel/babel#16689
    - use a cache in the server side react examples
    - type `userToken` in SearchParameters
    Haroenv committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    e065836 View commit details
    Browse the repository at this point in the history
  2. bundlesize

    Haroenv committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    ab10d97 View commit details
    Browse the repository at this point in the history
  3. fix test

    Haroenv committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    e0f247a View commit details
    Browse the repository at this point in the history
  4. v4

    Haroenv committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    f20e5af View commit details
    Browse the repository at this point in the history
  5. app router example

    Haroenv committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    3a49fd2 View commit details
    Browse the repository at this point in the history
  6. v4 again

    Haroenv committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    bc6392e View commit details
    Browse the repository at this point in the history
  7. simpler test

    Haroenv committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    5294245 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. v4

    Haroenv committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    1a4b9bc View commit details
    Browse the repository at this point in the history
  2. simplify

    Haroenv committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    d3c8b3a View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Configuration menu
    Copy the full SHA
    59c9e64 View commit details
    Browse the repository at this point in the history