-
Notifications
You must be signed in to change notification settings - Fork 772
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
feat(api): support custom breakpoints #5
Comments
does this exist yet? Is there an example of it? |
I'm really waiting on this feature here.... any way I can help with it? |
This feature is already available. See: |
are you missing an export? export * from './breakpoints/break-point'; |
@TylerDev6 - I do not understand what you are saying. |
I was getting a compiler error since BreakPoint was not exported from the index.d.ts file... that's how I corrected it. |
Ah... You are correct. The |
Ok, perfect. Thanks. I'm having a few other minor issues but I've already got one ticket open, so I may just add to that. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Add ability to modify existing breakpoints (change, add, remove)
The text was updated successfully, but these errors were encountered: