Khan / aphrodite

Framework-agnostic CSS-in-JS with support for server-side rendering, browser prefixing, and minimum CSS generation
5.34k stars 188 forks source link

aphrodite.StyleSheetServer is null creating a static page #348

Open elrumordelaluz opened 5 years ago

elrumordelaluz commented 5 years ago

Upgrading from 1.2.5 into 2.2.3 I am getting this error while I create an html page on-the-fly to be downloaded.

Seems that this check doesn't pass and it's correct since the page generation happens in the browser, but it is a static page generation.

Is there a new way to approach this in aphrodite@^2?

sebbdk commented 5 years ago

[Redacted] Nm, i need to read the code more thoroughly.