AddTabToActiveTabSet Troubleshoot #359
johnnytranamp
started this conversation in
General
Replies: 1 comment 1 reply
-
looks like you haven't set the layout ref, try adding ref={this.layoutRef} to your <Layout element |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm having issues implementing a button to add a new tab within my app. I've tried looking thru the demo and example code provided but can't seem to figure out what the issue is. Any help or guidance would be greatly appreciated thank you! (New Frontend Engineer)
Below I've also attached the code that I'm working along the console log message within my local host that I've been receiving every time I click the "Add" button. The console log test message seems to be working but the code breaks right after that.
Beta Was this translation helpful? Give feedback.
All reactions