Sarkis
Sarkis
I have tried implementing it into a symfony react and am getting the same error: react-dom.development.js:16013 ``` The above error occurred in the component: in Connect(withHandlers(lifecycle(JPlayer))) in getContext(Connect(withHandlers(lifecycle(JPlayer)))) in withContext(getContext(Connect(withHandlers(lifecycle(JPlayer)))))...
Here is the code **player.js** ```require('../css/player.scss'); import React from 'react'; import ReactDOM from 'react-dom'; import { Provider } from 'react-redux'; import { createStore, combineReducers } from 'redux'; import { reducer...
@singhjagmohan1000 thanks a lot! This solved my issue. The version of react-redux that I had was 6.0.0 and downgrading to 5.0.7 did the trick.
This feature would help with terraform S3 endpoints that have self-signed certs. Currently there is no way of passing the --no-verify-ssl flag to terraform. So an option to have an...
` --no-verify-ssl` logic already exists so I don't imagine this to be a huge change or controversial to add env var for the same functionality right?
Working for me. Please see below. Pay attention to strings that are inside`` Deploy cluster using Helm Chart Values yaml ```yaml opensearchCluster: enabled: true general: version: 2.11.0 serviceName: "opensearch-cluster" pluginsList:...
I see...too bad. I guess this would make a big feature with the current code. Thanks for your help. I'll wait to see if you found anything.