Skip to content

Commit 702fddd

Browse files
committed
after merging correctly
1 parent 14c7494 commit 702fddd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

content/docs/addons.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,8 @@ The add-ons below are in the development (unminified) version of React only:
2121

2222
The add-ons below are considered legacy and their use is discouraged. They will keep working in observable future, but there is no further development.
2323

24-
<<<<<<< HEAD
2524
- [`PureRenderMixin`](pure-render-mixin.html). Use [`React.PureComponent`](/docs/react-api.html#reactpurecomponent) instead.
2625
- [`shallowCompare`](shallow-compare.html), a helper function that performs a shallow comparison for props and state in a component to decide if a component should update. We recommend using [`React.PureComponent`](/docs/react-api.html#reactpurecomponent) instead.
27-
=======
28-
- [`PureRenderMixin`](pure-render-mixin.html). Use [`React.PureComponent`](/docs/react-api.html#reactpurecomponent) instead.
29-
- [`shallowCompare`](shallow-compare.html), a helper function that performs a shallow comparison for props and state in a component to decide if a component should update.
30-
>>>>>>> a66e63b57527a3310573f49064b13dc64d6a0849
3126
- [`update`](update.html). Use [`kolodny/immutability-helper`](https://github.com/kolodny/immutability-helper) instead.
3227
- [`ReactDOMFactories`](dom-factories.html), pre-configured DOM factories to make React easier to use without JSX.
3328

0 commit comments

Comments
 (0)