jimmylee / next-postgres-sequelize

[OUTDATED] React 16.8.4 + NextJS 8.0.3 + Emotion + Sequelize 5/Postgres + Passport Local Auth + Google App Engine or Heroku Deployment
https://next-postgres.herokuapp.com/
MIT License
181 stars 39 forks source link

Change paths for textarea, moved under higher-order #7

Closed arcalinea closed 6 years ago

arcalinea commented 6 years ago

In components directory, CommentForm.js, CommentPreview.js, PostForm.js and in pages directory, pages/post.js all had paths expecting Textarea to be under components, but it has been moved to the folder higher-order.

jimmylee commented 6 years ago

Thanks @arcalinea I'll address this asap :)

jimmylee commented 6 years ago

I just ran through the code and wasn't able to reproduce any issues with import paths being broken or files being in unexpected directories. One thing I could do is add babel-plugin-module-resolver to the example to remove any relative paths.

Could you show me a screenshot of the error message you're seeing?