DEV Community

Discussion on: Build a sticky navigation bar with React

Collapse
 
arathfal profile image
Aradea Atfal Risdianto

Great.
But I got 'arguments' is not defined .
Can u explain to me ?

Collapse
 
thevinitgupta profile image
Vinit Gupta

Arguments are not preset in arrow functions. This is the reason for that error.

You can change the function expression to simple function syntax and it will work!!