How to use the decentraland-dapps/dist/modules/location/sagas.locationSaga function in decentraland-dapps

To help you get started, we’ve selected a few decentraland-dapps examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github decentraland / builder / src / modules / common / sagas.ts View on Github external
export function* rootSaga() {
  yield all([
    analyticsSaga(),
    dappsLocationSaga(),
    translationSaga(),
    walletSaga(),
    assetPackSaga(),
    modalSaga(),
    sceneSaga(),
    projectSaga(),
    poolGroupSaga(),
    poolSaga(),
    profileSaga(),
    editorSaga(),
    keyboardSaga(),
    assetSaga(),
    deploymentSaga(),
    mediaSaga(),
    authSaga(),
    locationSaga(),