Forrest Akin

Results 4 comments of Forrest Akin

I'm using React-15.4.1 and am running into this as well. What's weird is I only get it on initial load. I also confirmed that I'm using the latest version of...

How soon do you think you'll be able to update the reference to v1.1.1.33?

@yawaramin Thanks for pointing me to the CONTRIBUTION page; missed it on my first pass. I think everything should be in order now. Per [Can I Use](https://caniuse.com/#search=navigator%20api), I omitted properties/methods...

My workaround in the meantime is to map a list of slide metadata into Slide children of Deck ```jsx const Presentation = ( { theme , template , slides }...