We provide end-to-end SharePoint and Dynamics 365 CRM solutions including installation, development, deployment, and configuration. Our expertise in SharePoint Online, SharePoint On-Premise, SPFx development, SharePoint Designer, PowerShell automation, Microsoft Flow (Power Automate), and Dynamics 365 CRM helps organizations streamline processes, improve customer engagement, and build secure, scalable digital workplace solutions.
Wednesday, 21 January 2026
ERR_SSL_PROTOCOL_ERROR in spfx workbench
React version not specified in eslint-plugin-react settings. See https://github.com/jsx-eslint/eslint-plugin-react#configuration
When we build the PCF project and receive below warning
Error:
Warning: React version not specified in eslint-plugin-react settings. See https://github.com/jsx-eslint/eslint-plugin-react#configuration .
[4:47:40 PM] [start] Compiling and bundling control...
Solution : Open the ".eslintrc.json" and add below configuration
"settings": {
"react": {
"version": "detect"
}
}