We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e32352 commit 51b510fCopy full SHA for 51b510f
wp-react-lib/src/template-parts/Content.jsx
@@ -44,6 +44,8 @@ const translate = (str, locale = "en") => {
44
const Content = (props) => {
45
const [showContentEnabled, setShowContentEnabled] = React.useState(false);
46
47
+
48
49
React.useEffect(() => {
50
if (props.onLoad) {
51
props.onLoad();
0 commit comments