I hereby claim:
- I am billpull on github.
- I am billpull (https://keybase.io/billpull) on keybase.
- I have a public key ASAnKPctP_bKIvB6RC1841xeWz3rB_NC_hVpFcKiDLJFDwo
To claim this, I am signing this object:
| import Ember from 'ember'; | |
| export default Ember.Component.extend({ | |
| classNames:['cx-modal'], | |
| attributeBindings: ['tabindex:tabindex','role:role'], | |
| role:'dialog', | |
| tabindex:0, | |
| didRender(){ | |
| this.$().children().first().focus(); | |
| }, |
I hereby claim:
To claim this, I am signing this object:
| const PositionProvider: React.FC = ({ children }) => { | |
| const position = useCurrentPosition(); | |
| return ( | |
| <WatchLocationContext.Provider value={position}> | |
| {children} | |
| </WatchLocationContext.Provider> | |
| ); | |
| }; |