We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
16.16.0
1.22.19
Chrome
Windows
While building on heroku CLI it failed to build and produce issue about line 44 on pages/_app.tsx. It says:
pages/_app.tsx
Type error: Property 'dehydratedState' does not exist on type '{}'.
Successfully build and able to browse live app
cd packages/frontend
heroku login
heroku git:remote -a project-name
project-name
git add .
git commit -am "make it better"
git push heroku master
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Node.js are you using?
16.16.0
What version of Yarn are you using?
1.22.19
What browser are you using?
Chrome
What operating system are you using?
Windows
Describe the Bug
While building on heroku CLI it failed to build and produce issue about line 44 on
pages/_app.tsx
. It says:Expected Behavior
Successfully build and able to browse live app
Steps to reproduce
cd packages/frontend
.heroku login
on terminal to login to heroku.heroku git:remote -a project-name
to connect project with heroku (changeproject-name
with your project name on heroku).git add .
to add all the file.git commit -am "make it better"
to commit changes.git push heroku master
to push to heroku and wait for it to start the building process.The text was updated successfully, but these errors were encountered: