You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if there was a mechanism to configure options to be passed into the render() method called in boot.js. There are a couple options there which are useful when troubleshooting (and perhaps for more advanced use cases I don't have a need for).
It seems that it should be easy enough to include the props in the call, I just don't know what the best model for passing them in would be for this tool's design. (pastel.config.js - taking a cue from Next.js?)
I wouldn't mind working on it if I have an idea what solution you would find acceptable.
The text was updated successfully, but these errors were encountered:
It would be nice if there was a mechanism to configure options to be passed into the render() method called in boot.js. There are a couple options there which are useful when troubleshooting (and perhaps for more advanced use cases I don't have a need for).
It seems that it should be easy enough to include the props in the call, I just don't know what the best model for passing them in would be for this tool's design. (pastel.config.js - taking a cue from Next.js?)
I wouldn't mind working on it if I have an idea what solution you would find acceptable.
The text was updated successfully, but these errors were encountered: