nickluger

Results 6 issues of nickluger

## What's the issue? I'd like `react-transition-group` to be upgraded to a newer version. The old version is for example using `componentWillReceiveProps` which causes warnings in [email protected]+. I saw that...

### What do you want and why? [Routes manifest](https://blitzjs.com/docs/route-manifest#query-parameters) is a great Single Source of Truth for pages and routes. There are certain places in the app, though, where we...

kind/feature-change
status/ready-to-work-on

For example, if i have a booking, i can see who else booked the same place and when. I can fetch their email, personal data etc. ```graphql { viewer {...

question

The current `package.json` breaks TypeScript when used with `nodenext` (ESM) module resolution. The `types` field in the `package.json` is no longer respected when using `exports` as this package does. See...

bug

This is a German text containing ordinal numbers. (The original text passed to syntok does not contain `\n`. Just added for readability here). ``` Ich habe am 3. Juni Geburtstag....

Maybe I got something wrong, but the `data` property returned by `useTypedFetcher` can be `undefined`. TS does not complain, while the runtime code fails. ```ts const { data } =...