SPFX react control in cdn library
I am using @pnp/spfx-controls-react version 3.18.1 in one of my SPFX Library projects. I have deployed the library’s distribution files to our CDN.
Dynamically Updating Value in SharePoint Framework (SPFx) ClientSide
I have a boolean value that I want to update on a button click. Looking at the console.log() that I put in, I can see that the value does change as I expect it to, but the value doesn’t change on the front end in the webpart. It stays at the default “true” value. How do I get the value on the front end to change, based on what the state of the boolean is?