Jeremy Peters
Jeremy Peters
Yep, same problem here - setting `displayProp` has no effect. I've tries a few different releases and they all seem to have the same issue.
The issue seems to be in `src/JSONNestedNode.js`: ``` componentWillReceiveProps(nextProps) { const nextState = getStateFromProps(nextProps); if (getStateFromProps(this.props).expanded !== nextState.expanded) { this.setState(nextState); } } ``` If the conditional is removed, everything works...
@diogofcunha It would be great if this could be merged :)
That's done now :)
Thanks for the feedback - I'll get this done the same time as [#1](https://github.com/jeremypeters/ng-bs-animated-button/issues/1)
@dylan-apex Thanks. It seems that `AgentTool` can be imported from both `google.adk.tools` and `google.adk.tools.agent_tool` - is there any difference between the two? Also, on a side note, in your example...
Ok, that's great, thanks very much @dylan-apex
Just adding to this - was following the tutorial as I haven't touched Next for a while. When adding `"use client";` to the top of `nav-links.tsx` I got the error...