1.2.1 • Published 1 year ago

@selkirk-systems/map v1.2.1

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
1 year ago

Selkirk Map Component

***NOTE

There are issues with placing peer dependencies that use react hooks. So here are dependecies this component uses that you must include in your top level application

"react-router-dom": "^6.21.2" "react-leaflet": "^4.2.1"

I'm still investigating the issue with dependency resolution.

Usage

import { Fetch } from "@selkirk-systems/fetch";

export const fetchAgreementsByFiscalYear = ( year ) => {

    dispatch( FETCH_AGREEMENTS );

    return Fetch( AGREEMENTS_LOOKUP_BY_FISCAL_YEAR_URL( { fiscalYear: year } ) ).then( respondWith( FETCHED_AGREEMENTS ) );

}
1.2.0

1 year ago

1.2.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago