bugs-reproducer
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Bugs Reproducer

alt text

Installation

    npm i --save bugs-reproducer

Quick Step

const App = () => {
    const popupRef = useRef();

    const handleClick = () => {
        popupRef.current.log('click on try me');
    };

    return (
        <div className="App">
            <Popup ref={popupRef}/>
            <button onClick={handleClick}>
                try me!
            </button>
        </div>
    );
}

Package Sidebar

Install

npm i bugs-reproducer

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

682 kB

Total Files

31

Last publish

Collaborators

  • nadavrosenberg