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
Hey there! Not sure if you are still maintaining this package, but in case anyone comes across this. There are certain cases in which the postPreview() recursion returns undefined as a value. To prevent this from happening I recommend putting an additional empty check in case this happens at:
Hey @Xyrai
Apologies for the delayed response.
Thanks for bringing up the issue.
It would be great if you could provide me with an example of the bug.
Please feel free to contribute directly by fixing the issue and submitting a PR.
Hey there! Not sure if you are still maintaining this package, but in case anyone comes across this. There are certain cases in which the
postPreview()
recursion returnsundefined
as a value. To prevent this from happening I recommend putting an additional empty check in case this happens at:post-preview/src/index.js
Line 51 in af5bc02
My suggested fix would be the following:
The text was updated successfully, but these errors were encountered: