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
Build console replay script after awaiting the rendering promise (#1649)
Console replay script generation now awaits the render request promise before generating, allowing it to capture console logs from asynchronous operations. The feature of replaying async console logs is implemented in node-renderer in this PR
shakacode/react_on_rails_pro#440
* add support for console replay of console logs happen in async operations
get console replay messages after promise resolves or rejects
use isPromise to check if the result is a promise
make consoleReplay function accept the list of logs to be added to the script
make consoleHistory argument of consoleReplay optional
add comments
add comments
update comment
remove FlowFixMe comment
* call clear console history from the generated render code
* Revert "call clear console history from the generated render code"
This reverts commit 2697ef7.
* add comment about clearing console history
0 commit comments