m21tomas
m21tomas
I had to change this: ```jsx const root = ReactDOM.createRoot(document.getElementById("root")); root.render( ``` to this: ```jsx const root = ReactDOM.createRoot(document.getElementById("root")); root.render( ``` In other words to remove Strict mode.
> > I had to change this: > > ```js > > const root = ReactDOM.createRoot(document.getElementById("root")); > > > > root.render( > > > > > > > > >...
> Alternatively, I tried switching to the npm package provided by pdeszynski in #786, and it is working properly for me with strict mode enabled. That's an excellent new. Does...
I have installed 1.2.4. Now it is ok. Actually when whacked has found long ago installation directory with old files and intalled on top of it then there were some...