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

Document usage of custom ErrorReporter component #28

Open
steinso opened this issue Mar 28, 2016 · 0 comments
Open

Document usage of custom ErrorReporter component #28

steinso opened this issue Mar 28, 2016 · 0 comments

Comments

@steinso
Copy link

steinso commented Mar 28, 2016

It would be great if there were some more documentation on how to use a local component as the ErrorReporter. I have been struggling with this for some time.

Using relative paths did not work, and setting a webpack alias did not seem to work either.

I get undefined as the value of ErrorReporter if I use a default export for the component:
export default class AppError extends...
And i get an empty object if using module.exports.
module.exports = AppError

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