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

Reason modules using the new component syntax don't work with derivePathFromComponentName #22

Open
joaquindk opened this issue Dec 18, 2019 · 0 comments

Comments

@joaquindk
Copy link

joaquindk commented Dec 18, 2019

This code

let text = ReasonReact.string;

[@react.component]
let make = () => {
  <div>
    <h1> (text("404 Not Found")) </h1>
    <p>
        (text("You just hit a route that doesn't exist... the sadness."))
    </p>
  </div>
};

React.setDisplayName(make, "404");

Will provide the following error when you try to access http://localhost:8000/404:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant