Dima An
Dima An
Here is a basic example: ``` // it's using first theme breakpoints ``` Is it how it suppose to work, or I am doing something wrong?
I would suggest to add .nvmrc. `npm i` doesn't work properly for me with node v12
Shouldn't it be easy to add animation prop similar to `offset` & `duration`?
Hi I'm getting `Each child in a list should have a unique "key" prop.` everytime I'm using `Customized` component. [codesandbox repro](https://codesandbox.io/s/stupefied-germain-l9wst?file=/src/App.js)
Hi, I have a question about [app-router-get-server-session](https://github.com/Nekonyx/next-auth-steam/tree/master/examples/app-router-get-server-session) example. Based on the [next-auth docs](https://next-auth.js.org/configuration/nextjs#getserversession), it is required to pass the options to `getServerSession`. In the example we are not passing anything...