prisma-archive / prep

Pre-renders your web app (React, Vue, Angular, ...) into static HTML based on your specified routes enabling SEO for single page applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discovered edge cases

schickling opened this issue · comments

This is a list of weird edge cases which seemed to have caused problems with prep:

  • using the ref callback syntax of React (Code)
  • using window.innerWidth for media queries