Grant Timmerman
Grant Timmerman
For my use case, I am specifically looking for method optional chaining, and not supporting every variant of optional chaining (although those options would be nice). ```tsx if (onDismiss) onDismiss(event);...
I think it would be a much larger ask to enable this rule for all variants of optional chaining without having options to turn off them. It would result in...
Without options is fine. I feel like it would be a breaking change if someone updated there typescript eslint package version and automatically had all of these other optional chain...
(This issue seems like best place to comment, given closed issues point here) I would expect a way to represent a string that contains an int64 data. For example, "1587627537231057"....
The example doesn't work because of the wrong import: ``` import {packNTest} from 'pack-n-play'; ``` but after fixing the import, the test doesn't seem to pass with me (using Node...
Thanks @nicole-stytch ! I'll look. FWIW, the sample works with Next 13 without this error. Aside, can we please update the package dependencies though for this example? The package should...
For reference when looking back at this issue, here are the Next.js apps I see (all version 13): https://github.com/stytchauth/stytch-b2b-nextjs-magic-links-example/blob/main/package.json https://github.com/stytchauth/stytch-nextjs-pages-router-example/blob/main/package.json https://github.com/stytchauth/stytch-nextjs-app-router-example/blob/main/package.json https://github.com/stytchauth/stytch-passkey-nextjs-example-app/blob/main/package.json Next.js 15 comes out in October, so I'll...
Sounds good Ronan
Sweet, sounds good @chris-stytch . Will hardcode these for now.
Thanks for the report. I'm not sure why this is an issue for you. Perhaps read the original feature request for hints that may solve the problem.