Blockscope.net
Blockscope.net
I've been trying to set up Ant Design with Create React App and Customize CRA but I'm getting an error when loading Less files. `TypeError: this.getOptions is not a function`...
Finaly got it working downgrading less loader to version 7. Package.json `"less-loader": "^7.1.1"` ConfigOverrides.dev.js ```js config = override( fixBabelImports('import', { libraryName: 'antd', libraryDirectory: 'es', style: true, }), addLessLoader({ lessOptions: {...
I'm writing a complex application, and the reducers have a complex hierarchy also (using combineReducers), so the router reducer cannot be placed as a root reducer but in a nested...
> I had the same problem, the InMemoryDataService intercepts your requests to the real server. > To fix this you can set **passThruUnknownUrl:** true like this: > `InMemoryDataService, {dataEncapsulation: false,...
Any clues or tweaking on vite config or other stuff should be done?
No brainer decission for us. The less resources needed the better performance and efficiency for the network.
same here, stuck at `block=15999999` any ideas? a specific version to downgrade to?