Rusty
Rusty
Breakpoints are not internal to the header anymore, there is an isCollapsed prop that needs to be triggered from the caller. It is also available in the knobs tab in...
Maybe the stories should be adjusted to auto set that prop at certain breakpoints?
If you add a no-op for the caller you can get a new error: ``` useEditorContext({ nonNull: true, caller: () => {}, }); ```
This worked for me! https://github.com/node-gradle/gradle-node-plugin/issues/65#issuecomment-1442107492