We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f18f2f commit 7e759b3Copy full SHA for 7e759b3
src/app/actions/actions.ts
@@ -80,5 +80,6 @@ export const resetSlider = () => ({
80
81
export const onHover = () => ({
82
type: types.ON_HOVER,
83
+ //the payload should be something to relate the component we're hovering and highlight that component on the DOM
84
payload: 'PAYLOAD FROM onHover inside of action.ts'
85
})
0 commit comments