-
Notifications
You must be signed in to change notification settings - Fork 768
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: