-
Notifications
You must be signed in to change notification settings - Fork 322
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
A debug component #368
A debug component #368
Conversation
So awesome! |
If you want to try this out: import Debugger from 'alt/utils/Debugger'
<Debugger alt={yourAltInstance} /> |
Trying to test this out but I'm an error that "fixed-data-table" could not be found. |
Ah yes. npm install fixed-data-table You'll also want to do that in your app so you can get the CSS. I'm thinking of better ways of packaging that up. |
Okay this is seriously cool - I've been playing with it in some test projects and its seems like its running great. Going to wire up a type definition really fast and try it out in a larger app. Thanks! |
@epili try |
It's installed alright. My webpack build crashes if it not. Can't miss it really :) |
What about |
Not sure I understand, chromeDebug enables the chrome debugger whereas Debugger is just a React component you put on your page. |
Creating a debug component for use with React.