Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Unleash/proxy-client-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Unleash/proxy-client-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bugfix/support-older-browser
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 6, 2024

  1. fix: async not transpiled on babel for older browser

    - old browser (chrome v50) gets error from the async await
    - despite attempt to transpile with babel-plugin-transform-async-to-generator, it still not transpiled on my compiler
    - solution is to update the codebase, since there is no value to return, might as well directly return the method result if it's a Promise
    chenxeed authored Aug 6, 2024
    Copy the full SHA
    0529b85 View commit details

Commits on Sep 2, 2024

  1. Copy the full SHA
    bf37fd4 View commit details

Commits on Sep 3, 2024

  1. Fix test

    gastonfournier committed Sep 3, 2024
    Copy the full SHA
    1206a4f View commit details
Loading