-
Notifications
You must be signed in to change notification settings - Fork 408
Closed
Description
I am using "@pnp/spfx-controls-react": "3.18.1" in one of my SPFX Library project. I deployed this library dist files at our CDN.
And I want to consume this library into my webpart project. But when I added a component from library into my webpart tsx file. It is not working and giving following error.
TypeError: Cannot read properties of undefined (reading 'EnvironmentType')
Category - Question
Version - 3.18.1
Thanks!
bva999