Skip to content

Redux Weather App#17

Open
jacobecox wants to merge 23 commits into
projectshft:mainfrom
jacobecox:main
Open

Redux Weather App#17
jacobecox wants to merge 23 commits into
projectshft:mainfrom
jacobecox:main

Conversation

@jacobecox

Copy link
Copy Markdown

No description provided.

export const fetchWeather = createAsyncThunk<WeatherData, LocationParams>(
"weather/fetchWeather",
async (location: LocationParams) => {
// console.log("location:", location[length - 1][length - 1]);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do not commit commented code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants