robertIsaac
robertIsaac
I have the same issue with Angular project I tried it in a newly created project is this library supposed to work at browser?
this issue seems to be fixed at https://github.com/tdegrunt/jsonschema/commit/c0d5cba9aab0ed060f7ad892301ca27a12018595 but it was never released
@alan-agius4 why this needs to be voted for to be fixed?
No worries I will try if I have sometime to play around with the repo and if could to figured it out to implement it
Yes take your time to decide But if you don't want to merge this you need to give us a way to use fundamentals with vitest Because right now it...
Creating a new Angular project (which uses vitest by default) and importing any of the components that uses lodash will break the unit test I have a reprod, I will...
@droshev here is the reprod https://github.com/robertIsaac/reprod-vitest-fundamental.git and here is the problem ``` Error: Cannot find module '/Users/I755229/temp/reprod-vitest-fundamental/node_modules/lodash-es/get' imported from /Users/I755229/temp/reprod-vitest-fundamental/node_modules/@fundamental-ngx/core/fesm2022/fundamental-ngx-core-multi-input.mjs Did you mean to import "lodash-es/get.js"? ```
as expected the package is being deprecated you probably should read (and give them your thoughts if you have) here https://github.com/angular/angular/discussions/62212
@droshev yesI see problems with import of `@fundamental-ngx/cdk/utils` I think it's because nx doesn't support it yet, as it's not using a standard typescript paths will try again when they...
for now I will make this one draft