zystudios

Results 23 issues of zystudios

``` router.get("/", cache("5 minutes"), async function (req, res) {} ``` Browser will use strong cache (from disk) This causes a problem if the data has changed in 5 minutes, but...

``` "peerDependencies": { "react": "^15.3.0 || ^16.0.0", "react-dom": "^15.3.0 || ^16.0.0" ``` Is it possible to upgrade the version? 😃 I'm useing React 18, it's works ok. But a bunch...

### What happened? Can I turn off this new version automatic detection? ### Version Latest ### What OS are you seeing the problem on? MacOSX ### What browsers are you...

bug