Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/messenger #31

Merged
merged 7 commits into from Nov 11, 2019
Merged

Feature/messenger #31

merged 7 commits into from Nov 11, 2019

Conversation

JeremiahPinto
Copy link
Collaborator

No description provided.

@vercel
Copy link

vercel bot commented Nov 10, 2019

This pull request is being automatically deployed with ZEIT Now (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://zeit.co/codersforcauses/website/qr8aa75pd
🌍 Preview: https://website-git-feature-messenger.codersforcauses1.now.sh

@vercel vercel bot requested a deployment to staging November 10, 2019 13:25 Abandoned
@vercel vercel bot requested a deployment to staging November 10, 2019 13:32 Abandoned
"node-sass": "^4.11.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You manually altered package json instead of using renovate bot. This is going to cause merge conflicts. You can either accept it’s pr or not use it you can’t do both afaik


export default class MyApp extends App {
static async getInitialProps (context: NextAppContext) {
const { Component, ctx } = context
static async getInitialProps ({ Component, ctx }: AppContext) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want you can convert all class components now to functional ones now with hooks

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

U can’t convert app and document to functional

} from 'next/document'
import '../theme.scss'

export default class MyDocument extends Document {
static async getInitialProps (ctx: NextDocumentContext) {
static async getInitialProps (ctx: DocumentContext) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are adding changes for next as well in future I would suggest you split out the PRs. In this case you can make two PRs one for next and one for messanger that branches out from next branch

@noobling noobling self-requested a review November 11, 2019 10:40
@noobling
Copy link
Member

@JeremiahPinto merge this yourself if you don't want to use renovate bot cc @Drewbi so hes aware.

@JeremiahPinto JeremiahPinto merged commit 79ac3fa into master Nov 11, 2019
@JeremiahPinto JeremiahPinto deleted the feature/messenger branch November 11, 2019 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants