Skip to content
#

ZEIT

zeit logo

ZEIT's mission is to make cloud computing as easy and accessible as mobile computing. It builds products for developers and designers, and those who aspire to become one.

Here are 417 public repositories matching this topic...

next.js
Cow258
Cow258 commented Aug 21, 2020

Bug report

Describe the bug

When using v9.5.2 on ionic webview,
next/router not working at all,

  • Router.push('/login')
  • <Link href="/login">

No error message
No response to click

The ionic webview is using ionic://localhost/,
maybe v9.5.2 unable to working on ionic://localhost/.

To Reproduce

I hope the description enough to explain where are the problem,

swr
ahmedelgabri
ahmedelgabri commented Jan 13, 2020

A bit of context, we introduced swr two weeks ago to our codebase. Everything is working fine, but we started to get some reports about some parts of the app being broken in slightly older browsers (Chrome 49, Firefox 59, Edge 18, etc…)

We found out that swr was causing a syntax error in these browsers because webpack by default picked the ESM build (rightly so) but because it's not transp

Organization
zeit
Website
zeit.co
You can’t perform that action at this time.