Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add code splitting to routes #77

Closed
espenmeidell opened this issue Mar 7, 2019 · 2 comments
Closed

Add code splitting to routes #77

espenmeidell opened this issue Mar 7, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@espenmeidell
Copy link
Contributor

No description provided.

@espenmeidell espenmeidell added the enhancement New feature or request label Mar 7, 2019
@espenmeidell espenmeidell added this to To do in The never ending sprint via automation Mar 7, 2019
@espenmeidell espenmeidell moved this from To do to In progress in The never ending sprint Mar 13, 2019
@espenmeidell espenmeidell self-assigned this Mar 13, 2019
@espenmeidell espenmeidell moved this from In progress to On hold in The never ending sprint Mar 13, 2019
@espenmeidell espenmeidell added the on hold Will not work on now label Mar 13, 2019
@espenmeidell
Copy link
Contributor Author

@SleipRecx
Copy link
Member

PropTypes workaround while waiting for react-router support for React.lazy

component: PropTypes.oneOfType([
    Route.propTypes.component,
    PropTypes.object,
  ]).isRequired

Removing label on hold

@SleipRecx SleipRecx removed the on hold Will not work on now label Apr 5, 2019
@SleipRecx SleipRecx moved this from On hold to In progress in The never ending sprint Apr 5, 2019
@SleipRecx SleipRecx assigned SleipRecx and unassigned espenmeidell Apr 5, 2019
@SleipRecx SleipRecx moved this from In progress to To review in The never ending sprint Apr 5, 2019
The never ending sprint automation moved this from To review to Done Apr 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants