intro.js-react icon indicating copy to clipboard operation
intro.js-react copied to clipboard

bind onxxxx property is Invalidation

Open Z1oftheKill opened this issue 3 years ago • 0 comments

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

Z1oftheKill avatar Aug 12 '22 08:08 Z1oftheKill