-
This report was for some reason created as "discussion" #55429 ; moving to a proper ticket.
Our TypeScript 3.5 project stopped compiling yesterday, due to an upgrade to @types/node 12.20.21, with a…
-
Issue has been seen there:
https://github.com/meteor/meteor/issues/10065
https://forums.meteor.com/t/importing-from-npm-returns-an-empty-object/44491
https://github.com/thereactivestack-legacy/m…
-
Hi
[Prisma](https://www.prisma.io/) [now supports mongodb](https://www.prisma.io/docs/concepts/database-connectors/mongodb).
can vulcan-next integrate with prisma?
-
**What version of Next.js are you using?**
10.0.5
**What version of Node.js are you using?**
14
**What browser are you using?**
Firefox
**What operating system are you using?**
Windows
**How a…
-
See `cypress/support/commands/ssr.ts`. This command is based on [@bahmutov recipe](https://glebbahmutov.com/blog/ssr-e2e).
However it seems to work only with one test. `cy.state` is probably doing …
-
Is there SSR support?
-
Next makes it difficult to cleanly handle isomorphic patterns with different implementation server and client.
We need to check for SSR to be enabled with a similar pattern as `Meteor.isServer`, whic…
-
## Versions
- NodeJS: 14.17.0
- mongodb-memory-server-*: 6.9.6
- mongodb: none
- mongoose: 5.10.19
- system: Windows
package: mongo-memory-server
## What is your question?
Im havi…
-
I tried to run esbuild on my project with command like that
```
esbuild --external:'react-dom' --platform=node src/index.ts --bundle '--define:process.env.NODE_ENV="development"' --outfile=./dist…
-
Right now I am trying to integrate **storybook** and **nextjs**.
Although some claimed https://nextra.vercel.app/ would be "the better storybook for next" I would prefer storybook because of the ec…