Open lucashakewill opened 1 week ago
Modify the deprecated .hover() method in src/deprecated/event.js so that it does not rely on other deprecated methods: .mouseenter() & .mouseleave(). Use .on() instead.
Pulled Repository content
Identified the files that needs to be modified and solution plan is created
Modify the deprecated .hover() method in src/deprecated/event.js so that it does not rely on other deprecated methods: .mouseenter() & .mouseleave(). Use .on() instead.