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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ You can optionally provide configuration options to the plugin:
49
49
-`heads` - Function that will return html tags to be appended to the document head tag
50
50
-`tails` - Function that will return html tags to be appended to the document body tag
51
51
-`transform` - Function that will be run to transform the root react element
52
+
-`postRenderHeads` - Function (called after render) that will return html tags to be appended to the document head tag. Useful when injecting styles that rely on rendering first.
0 commit comments