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: CHANGELOG.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,18 @@ Changelog
5
5
6
6
-**Possibly breaking change** render_component now accepts a `request_headers` keyword argument.
7
7
There are some edge-cases where this may break down-stream code. If you are overriding
8
-
part of the render pipeline, you may need to ensure that you are using `**kwargs` to read and/or pass wildcard arguments. ([Ben Ilegbodu](https://github.com/benmvp)) https://github.com/markfinger/python-react/pull/64
8
+
part of the render pipeline, you may need to ensure that you are using `**kwargs` to read and/or pass wildcard arguments.
0 commit comments