Justin
Justin
@hauleth Do you plan on cutting a new release?
I'm not an expert in this area, but as far as I can tell, the existing `preset-typescript` is not compatible with Next. Next actually provides its own babel preset which...
This was fixed by 34d84ee0bafe3f0452bf9abd9c205bdbdfdfa348
If the current approach is too complicated, could we just go with the original idea of only deep linking to the route?
As a work around you can force the selection to change to a different item then return it to the original item, but you'll have to be prepared to handle...
@amouratoglou I'm not aware of any other way.
Maybe instead of replacing gIP with gSSP, I'll just rename ssr to gip and create new a new example called gssp.
I've got the basic `withAuth()` and `withoutAuth()` gssp versions working. I'm not sure what to do with the auth provider. When will it get initialized? How do we keep the...
I've got the first pass of this setup in the [gssp branch](https://github.com/justincy/nextjs-client-auth-architectures/tree/gssp/gssp-ts).
I also receive the error about conflicting ranch versions. It's caused by [this PR](https://github.com/rabbitmq/rabbitmq-server/pull/11039) in rabbit that was [backported into 3.13.x](https://github.com/rabbitmq/rabbitmq-server/pull/11040). @epinault You might try adding `{:ranch, "~> 1.8.0", override:...