intro.js-react
intro.js-react copied to clipboard
bind onxxxx property is Invalidation
Describe the bug
onClick or onXxxx is Invalidation , cant execute!
To Reproduce
<Steps enabled={enabled} steps={[ { element: ".my-sticky-sidebar", title: "1/6", intro: ( <div onClick={() => { console.log(""); }} ></div> ), },
Expected behavior
Hope to fix this bug
How often does this bug happen?
Often
System Info
No response
Additional Context
No response