Skip to content

React-table 5.6.0 -> 6.0.0 content no longer displayed #573

@EddyIonescu

Description

@EddyIonescu

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?

Screenshots

Using 6.0.0 - 6.5.0
screen shot 2017-10-24 at 11 56 41 am

Using 5.6.0 (works as intended)
screen shot 2017-10-24 at 12 07 00 pm

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?

  1. Create react app with main.js entry point configured in webpack.config
  2. 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:

  1. For devs that can't apply the recommended solution, downgrading to v5.6.0 should be listed in the FAQ as an alternative.
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions