[✨] Make it easier to get a hold of a manifest #148
Replies: 3 comments
-
|
I have something in mind for this, it will be required for |
Beta Was this translation helpful? Give feedback.
-
|
@mhevery @manucorporat Hi, guys, any progress here? We met the same issues when we want to build a SSR service but we noticed that manifest is only generated when |
Beta Was this translation helpful? Give feedback.
-
|
We moved this issue to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem?
Let's say I want to call
rederToStringinternally inside the application (For example, to send an email.) The renderToString needs a manifest; otherwise, it fails to render. There is no easy way to get a hold of the manifest in an existing application. (Specifically inside aRouteHandler)Describe the solution you'd like
Some way to get a hold of the manifest inside the
RouteHandlerrouteLoader$()etc...Describe alternatives you've considered
importing
Does not work in dev mode because there is no manifest. In such a case it would be nice to get ahold of the
symbolMapperAdditional context
No response
Beta Was this translation helpful? Give feedback.
All reactions