I figured it out!
After reading this blog post I realized that the placement of this line:
<script src="{% static "build/react.js" %}"></script>
was wrong. That line needs to be the last line in the <body>
section, right before the </body>
tag. Moving the line down solves the problem.
My explanation for this is that react was looking for the id in between the <head>
tags, instead of in the <body>
tags. Because of this it couldn’t find the content
id, and thus it wasn’t a real DOM element.
Related Posts:
- Invariant Violation: _registerComponent(…): Target container is not a DOM element
- Invariant Violation: Objects are not valid as a React child
- Invariant Violation: Objects are not valid as a React child
- “SyntaxError: Unexpected token < in JSON at position 0"
- What is Virtual DOM?
- How to use Redirect in the new react-router-dom of Reactjs
- React.js: Set innerHTML vs dangerouslySetInnerHTML
- React – uncaught TypeError: Cannot read property ‘setState’ of undefined
- jQuery document.createElement equivalent?
- Understanding unique keys for array children in React.js
- How to do a redirect to another route with react-router?
- Jest spy on functionality
- Difference between npx and npm?
- How can I scroll to an element using jQuery?
- Reactjs – Form input validation
- Include another HTML file in a HTML file
- Remove element by id
- TypeScript React.FC
confusion - Error Running React Native App From Terminal (iOS)
- Axios Delete request with body and headers?
- Loop inside React JSX
- Can’t resolve module (not found) in React.js
- How to implement navbar using react
- Loop inside React JSX
- How to resolve the C:\fakepath?
- Understanding React-Redux and mapStateToProps()
- how to render a react component using ReactDOM Render
- React this.setState is not a function
- Console logging for react?
- Parse Error: Adjacent JSX elements must be wrapped in an enclosing tag
- ‘react-scripts’ is not recognized as an internal or external command
- After $npm install, Getting Error: Cannot find module ‘../lib/utils/unsupported.js’
- React Native: this.setState is not a function
- React: trigger onChange if input value is changing by state?
- In reactJS, how to copy text to clipboard?
- SyntaxError: Adjacent JSX elements must be wrapped in an enclosing tag
- You should not use Route or withRouter() outside a Router when using react-router 4 and styled-component in react
- React-Router only one child
- What does the className attribute mean in JSX?
- What is prevState in ReactJS? [duplicate]
- React with ES7: Uncaught TypeError: Cannot read property ‘state’ of undefined
- React Hook Warnings for async function in useEffect: useEffect function must return a cleanup function or nothing
- Setting a backgroundImage With React Inline Styles
- React – TypeError: Cannot read property ‘props’ of undefined
- Remove all child elements of a DOM node in JavaScript
- What is the difference between state and props in React?
- How to pass props to {this.props.children}
- React eslint error missing in props validation
- OnChange event using React JS for drop down
- querySelector vs. getElementById
- ESLint Parsing error: Unexpected token
- React Context vs React Redux, when should I use each one?
- Setting onSubmit in React.js
- How to import image (.svg, .png ) in a React Component
- JavaScript get element by name
- Uncaught TypeError: Cannot read property ‘props’ of null
- ReactJS: setTimeout() not working?
- React Uncaught Error: Target container is not a DOM element [duplicate]
- Find an element in DOM based on an attribute value
- How to refresh a Page using react-route Link
- scrollIntoView Scrolls just too far
- How to implement authenticated routes in React Router 4?
- Difference between innerText, innerHTML and value?
- React Js: Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0
- Console is throwing Unterminated JSX contents error
- How to scroll to an element?
- How to handle the `onKeyPress` event in ReactJS?
- How do I set/unset a cookie with jQuery?
- setInterval in a React app
- Cannot read property ‘bind’ of undefined. React.js
- How do you Hover in ReactJS? – onMouseLeave not registered during fast hover over
- Failed to compile. Module not found: Can’t resolve ‘react-router-dom’
- ReactJS: setTimeout() not working?
- Uncaught TypeError: Cannot read property ‘top’ of undefined
- How can I check if an element exists in the visible DOM?
- What does “export default” do in JSX?
- How can I select an element by name with jQuery?
- How to add multiple classes to a ReactJS Component?
- How can I add a class to a DOM element in JavaScript?
- Uncaught Invariant Violation: Too many re-renders. React limits the number of renders to prevent an infinite loop
- Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Transition which is inside StrictMode
- Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Transition which is inside StrictMode
- Parse an HTML string with JS
- React.js – Can’t read property of undefined
- module.exports “Module is not defined”
- how to download file in react js
- Trying to use fetch and pass in mode: no-cors
- React’s setState method with prevState argument
- onEnter not called in React-Router
- Pass react component as props
- Uncaught TypeError: Cannot read property ‘call’ of undefined at __webpack_require__
- Objects are not valid as a React child. If you meant to render a collection of children, use an array instead
- How to clear react-native cache?
- Async/await in componentDidMount to load in correct order
- Why use Redux over Facebook Flux?
- Local package.json exists, but node_modules missing
- react router v^4.0.0 Uncaught TypeError: Cannot read property ‘location’ of undefined
- Access Control Origin Header error using Axios
- For loop for HTMLCollection elements
- Cannot read property ‘getHostNode’ of null