Skip to content
Discussion options

You must be logged in to vote

The issue is in index.js file ,
React-Table official codesandbox - ReactDOM.render(<App />, document.getElementById('root'))

I was using React.StrictMode as below -

const rootElement = document.getElementById("root");
ReactDOM.render(
  <React.StrictMode>
    <App />
  </React.StrictMode>,
  rootElement
);

On removing React.StrictMode , things worked , not sure though why Strict Mode was interfering

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tahv0
Comment options

Answer selected by vishwa3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants