Hyunyoung Cho
Hyunyoung Cho
Added react@17 as peerDependency. React@17 has no difference from React@16, so I don't think it will cause any problem. ## PLEASE CHECK "Allow edits from maintainers"  ## FOLLOW "Conventional...
react17, rn0.66 대응입니다. 현재 오늘의픽업 회사에서 react17, rn0.64~0.65~0.66으로 해왔는데 잘 돌아갑니다.
__Issue description__: First, thank you for great library. I think it would be better if this library has drag threshold. Currently, slides change even with one pixel movement. It's very...
```ts res.locals.followerCount = req.user?.Followers?.length || 0; res.locals.followingCount = req.user?.Followings?.length || 0; res.locals.followingIdList = req.user?.Followings?.map(f => f.id) || []; ``` ```ts import Sequelize, {Model} from 'sequelize'; import Post from './post'; class...
await Good.update({ SoldId: success.UserId }, { where: { id: good.id } }); -> await good.setSold(success.UserId)
https://medium.com/passportjs/fixing-session-fixation-b2b68619c51d