marcio / react-skylight

A react component for modals and dialogs

Home Page:http://marcio.github.io/react-skylight/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example code uses depreciated code.

Valkryst opened this issue · comments

commented

When using the following SkyLight component, React says that "Using string literals in ref attributes is depreciated. react/no-string-refs".

<SkyLight 
    ref="dialogWithCallBacks" 
    title="Hello!"
    beforeOpen={beforeFirstOpen}
    afterOpen={afterFirstOpen}
    beforeClose={beforeFirstClose}
    afterClose={afterFirstClose}>
    I have callbacks!
</SkyLight>

Fixed in v0.5.0.