Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(next): initialize payload with importMap (#9297)
### What? Custom providers could not be resolved because payload was not initialized in the Root layout with the importMap passed in from props. ### How? Pass importMap from props into the getPayload function in the Root layout.
- Loading branch information