-
## Bug Report
**Current Behavior**
When I set the input parameter of the Queue function to a date type and pass in a date to the enqueue function, the type of the parameter is a string.
**Input…
-
I'm getting the following error in my app. superjson should be es5 compatible since that's what most libraries do.
```
TypeError: Object doesn't support property or method 'fromEntries'
at plai…
-
I ran into trouble testing pages in my next.js app with react-testing-library once I introduced SuperJSON. Pages would render, but no props would make their way to them.
Page:
```js
const Index =…
-
The Next.js server provided in /example crashes soon after starting.
Steps to reproduce:
1. `git clone https://github.com/blitz-js/babel-plugin-superjson-next`
2. `cd babel-plugin-superjson-next/…
-
The Birth date of a person is saved as: "2001-01-05 00: 00: 00.000", and it can be checked if print just after you get the data inside the getServerSideProps. But when you try to print the same data i…
-
`##` 🐛 Bug Report
Hello,
I'm trying to install react-spring, but i have an error when I use `npm install react-spring --save`
Here is my error :
```npm ERR! code ERESOLVE
npm ERR! ERESOL…
-
https://codesandbox.io/s/clever-oskar-ltpop?file=/pages/index.js
```
next: 10.0.5
react: 17.0.1
react-dom: 17.0.1
superjson: 1.4.1
babel-plugin-superjson-next: 0.1.9
```
-
**Describe the bug**
I've followed the config examples in the repo but the client JS fails to compile with the following error:
```
error - ./node_modules/google-auth-library/build/src/auth/goog…
-
With this code:
```ts
import superjson from "superjson";
const error = new Error("Prisma error");
error.code = "P2002";
error.meta = {
target: ["email"]
};
console.log(superjson.serial…
-
Adding async to handlers causes the following error:
```
ReferenceError: _asyncToGenerator is not defined when using async handlers
The above error occurred in the component:
at Page (w…