How to use the @mapbox/batfish/modules/route-to.routeToPrefixed function in @mapbox/batfish

To help you get started, we’ve selected a few @mapbox/batfish 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 mapbox / dr-ui / demo / src / components / layouts / accordion.js View on Github external
onDropdownChange={value => {
            routeToPrefixed(value);
          }}
        />
github mapbox / mapbox-gl-js / docs / components / page_shell.js View on Github external
onDropdownChange={(value) => {
                        routeToPrefixed(value);
                    }}
                />