Skip to content

Commit ac1d767

Browse files
committed
Fixed link
1 parent 5a587d1 commit ac1d767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/strict-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Additional functionality will be added with future releases of React.
2424

2525
### Identifying unsafe lifecycles
2626

27-
As explained [in this blog post](/blog/2018/02/07/update-on-async-rendering.html), certain legacy lifecycle methods are unsafe for use in async React applications. However, if your application uses third party libraries, it can be difficult to ensure that these lifecycles aren't being used. Fortunately, strict mode can help with this!
27+
As explained [in this blog post](/blog/2018/03/27/update-on-async-rendering.html), certain legacy lifecycle methods are unsafe for use in async React applications. However, if your application uses third party libraries, it can be difficult to ensure that these lifecycles aren't being used. Fortunately, strict mode can help with this!
2828

2929
When strict mode is enabled, React compiles a list of all class components using the unsafe lifecycles, and logs a warning message with information about these components, like so:
3030

0 commit comments

Comments
 (0)