-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Description
What version of React-Table are you using?
In the latest version (6.5.0), the table data and columns no longer appear.
The latest version that doesn't have this issue is 5.6.0.
What bug are you experiencing, or what feature are you proposing?
- Bug is similar to a previously reported one: react-table not working in chrome / Css-Problem? #496 , and it's happening in the latest versions of Chrome and Safari.
Screenshots
Using 5.6.0 (works as intended)
My environment:
- Webpack: 1.12.15
- react-redux: 4.4.5
- react-router: 2.3.0
- react-router-redux: 4.0.2
The issue is that the recommended solution, which is adding <!DOCTYPE html>
to the start of the HTML page isn't a viable/proper solution for React apps (see facebook/react#1035). For pure React apps that use react-router-redux (https://github.com/reactjs/react-router-redux) to generate pages, adding the doctype isn't feasible (or would be hacky).
Use https://codesandbox.io/s/X6npLXPRW (by clicking the "Fork" button) to reproduce the issue.
- Was unable to reproduce in the sandbox.
What are the steps to reproduce the issue?
- Create react app with main.js entry point configured in webpack.config
- Use react-router-redux to set up routes in main.js (as shown in the getting started example here: https://github.com/reactjs/react-router-redux)
Next steps:
- For devs that can't apply the recommended solution, downgrading to v5.6.0 should be listed in the FAQ as an alternative.
- I eventually plan on running through each commit from 5.6.0 to 6.0.0 to find which code changes are causing this issue. I'll keep this issue updated.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels