Skip to content

Allow renderNode hooks to be async

Boris Budini requested to merge render-node-async into main

This allows the renderNode hook to be async. Tests have been added for the renderNode hook for both sync and async style of calls.

Merge request reports