Skip to content

Comments

Redux Weather App#17

Open
jacobecox wants to merge 23 commits intoprojectshft:mainfrom
jacobecox:main
Open

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

Conversation

@jacobecox
Copy link

No description provided.

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

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