Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
При сборке ругается на отсутствие safevalues в зависимостях. Ошибка в директории fesm2020. После установки safevalues ошибка пропадает.
Angular 16 @kolkov/ngx-dadata: 1.0.4
The text was updated successfully, but these errors were encountered:
./node_modules/@kolkov/ngx-dadata/fesm2020/kolkov-ngx-dadata.mjs:12:0-65 - Error: Module not found: Error: Can't resolve 'safevalues/implementation/html_impl' in '.../node_modules/@kolkov/ngx-dadata/fesm2020'
./node_modules/@kolkov/ngx-dadata/fesm2020/kolkov-ngx-dadata.mjs:283:67-84 - Error: export 'unwrapHtmlForSink' (imported as 'unwrapHtmlForSink') was not found in 'safevalues' (possible exports: EMPTY_HTML, EMPTY_SCRIPT, HtmlSanitizerBuilder, SafeAttributePrefix, SafeHtml, SafeScript, SafeStyle, SafeStyleSheet, TrustedResourceUrl, __esModule, appendParams, blobUrlFromScript, concatHtmls, concatScripts, concatStyleSheets, concatStyles, createScript, createScriptSrc, htmlEscape, isHtml, isResourceUrl, isScript, isStyle, isStyleSheet, replaceFragment, safeAttrPrefix, safeScript, safeScriptWithArgs, safeStyle, safeStyleSheet, sanitizeHtml, sanitizeHtmlAssertUnchanged, sanitizeHtmlToFragment, scriptFromJson, trustedResourceUrl, unwrapAttributePrefix, unwrapHtml, unwrapResourceUrl, unwrapScript, unwrapStyle, unwrapStyleSheet)
Angular 15 @kolkov/ngx-dadata: 1.0.4
При сборке ругается на отсутствие safevalues в зависимостях. Ошибка в директории fesm2020.
После установки safevalues ошибка пропадает.
Angular 16
@kolkov/ngx-dadata: 1.0.4
The text was updated successfully, but these errors were encountered: