Skip to content
#

Vercel

vercel logo

Vercel is the optimal workflow for frontend teams.

All-in-one: Static and Jamstack deployment, Serverless Functions, and Global CDN.

Here are 377 public repositories matching this topic...

next.js
Fullsize
Fullsize commented Aug 17, 2020

Bug report

Describe the bug

when modifying the mobx state data, the latest data is not rendered

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. git clone https://github.com/Fullsize/next.js
  2. yarn install
  3. yarn dev
  4. open the browser and enter localhost:3000
  5. open user.store.ts to modify userName and view
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
vercel
Website
vercel.com
You can’t perform that action at this time.