preactjs / preact-ssr-prepass

Drop-in replacement for react-ssr-prepass
49 stars 7 forks source link

Accessing this.context during prepass does not seem to be working #20

Closed BartWaardenburg closed 3 years ago

BartWaardenburg commented 3 years ago

Hey there, I was hoping you could help me out. I noticed that accessing this.context does not seem to be working during the prepass fase.

https://reactjs.org/docs/context.html#classcontexttype

I created a failing test I was hoping you could help solve. #19

sventschui commented 3 years ago

Should be fixed with 1.1.3. Feel free to reopen if you still run into this issue