Skip to content

v5.2.2

Latest

Choose a tag to compare

@dlymonkai dlymonkai released this 08 Dec 15:08

✨ New Features

  • Added multi live config through URL param ('lc' for LiveConfig) to LiveConfigAppProvider
import { useMonkSearchParams } from '@monkvision/common';

export function App() {
  const monkSearchParams = useMonkSearchParams();

    <LiveConfigAppProvider
      id={
        monkSearchParams.get(MonkSearchParam.LIVE_CONFIG) ??
        getEnvOrThrow('REACT_APP_LIVE_CONFIG_ID')
      }
      {...}
    >
       {...}
    </LiveConfigAppProvider>
}

🐞 Bug Fixes

  • Removed sort-by package due to security issue
  • Fixed the tire translations in Italian