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 39e6e89 commit 9353c5eCopy full SHA for 9353c5e
src/app/actions/actions.ts
@@ -78,8 +78,8 @@ export const resetSlider = () => ({
78
type: types.SLIDER_ZERO,
79
});
80
81
-export const onHover = () => ({
+export const onHover = (rtid) => ({
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'
+ payload: rtid
85
})
0 commit comments