Module: pages/publish/:postId

(require("pages/publish/:postId"))(props)

The page for editing a dream.

The page for editing a dream. This page is only accessible for logged in users. This page is used for creating dreams. Once the dream is synced to the cloud, it redirects the user to another page that looks exactly the same as this, which is used for editing dreams.

Parameters:
Name Type Description
props Object

The props this component gets from getServerSideProps

Source: