acostaf
acostaf
+1 Also I am getting lots of errors during build ERROR in ./~/ng2-validation/dist/base64/validator.js Module not found: Error: Can't resolve '/Users/xxxx/projects/web-app/node_modules/@angular/core/src/facade/lang.js' in '/Users/xxxx/projects/web-app/node_modules/ng2-validation/dist/base64' resolve '/Users/xxxx/projects/web-app/node_modules/@angular/core/src/facade/lang.js' in '/Users/xxxx/projects/web-app/node_modules/ng2-validation/dist/base64' using description file: /Users/xxxx/projects/web-app/node_modules/ng2-validation/package.json...
Still having the issue "Field 'browser' doesn't contain a valid alias configuration" Module not found: Error: Can't resolve '/Users/xxxx/projects/web-app/node_modules/@angular/core/src/facade/lang.js' in '/Users/xxx/projects/web-app/node_modules/ng2-validation/dist/credit-card' resolve '/Users/xxx/projects/web-app/node_modules/@angular/core/src/facade/lang.js' in '/Users/xxxx/projects/web-app/node_modules/ng2-validation/dist/credit-card' ....
the same issue @yuyang041060120 Any update on this ?
@borislit Forgot about it, I am running Windows 7, vscode 1.28.2 node: 8.9.3. Project is around 40 to 50 files, the file is a js file and I am trying...
Yes I do Vs 2015, Update 3, TypeScript 2.0.3.0 and DotNetCore.1.0.1-VS2015Tools.Preview2.0.2
const user = useAppSelector(selectedUser) user?.uid used to work properly not errors but now the new versions says that user is any but the selector was created from a proper type.
Funny enough the selector is now returning unknown, which force the error on build
Actually I think the issue is coming from createDrafSafeSelector the function does not detect the original type returning any or unknown
Sorry about no been able to provide a proper example, I am behind a proxy so cannot copy and paste the real code. store/Index.ts const selectOriginalThing = (state: Rootstate) =>...