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
I noticed this while playing around with PCUI in a NextJS app.
The following code export default function App() { return ( <Panel headerText="Foo Basadsadfr" collapsible collapseHorizontally resizable="right" width={150} resizeMin={150} resizeMax={300}/> ) }
results in this on my side
I assume this is perhaps due to how react manages the lifetime? Its working fin in the current example so I assumed that its a react specific.
The text was updated successfully, but these errors were encountered:
I noticed this while playing around with PCUI in a NextJS app.
The following code
export default function App() { return ( <Panel headerText="Foo Basadsadfr" collapsible collapseHorizontally resizable="right" width={150} resizeMin={150} resizeMax={300}/> ) }
results in this on my side
I assume this is perhaps due to how react manages the lifetime? Its working fin in the current example so I assumed that its a react specific.
The text was updated successfully, but these errors were encountered: