You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SF we discussed a strategy for compartmentalizing our codemirror editor logic in terms of HoCs. This is the strategy we use for breakpoints and highlighted lines
In SF we discussed a strategy for compartmentalizing our codemirror editor logic in terms of HoCs. This is the strategy we use for breakpoints and highlighted lines
Tasks:
Rationale:
This will help untangle some logic and improve readability and testing.