anguar:ionic ssr时报错10 rules skipped due to selector errors:

这篇具有很好参考价值的文章主要介绍了anguar:ionic ssr时报错10 rules skipped due to selector errors:。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

问题:

10 rules skipped due to selector errors:
  :host-context([dir=rtl]) .ion-float-start -> subselects_1.subselects[name] is not a function      
  :host-context([dir=rtl]) .ion-float-end -> subselects_1.subselects[name] is not a function        
  :host-context([dir=rtl]) .ion-float-sm-start -> subselects_1.subselects[name] is not a function   
  :host-context([dir=rtl]) .ion-float-sm-end -> subselects_1.subselects[name] is not a function     
  :host-context([dir=rtl]) .ion-float-md-start -> subselects_1.subselects[name] is not a function   
  :host-context([dir=rtl]) .ion-float-md-end -> subselects_1.subselects[name] is not a function     
  :host-context([dir=rtl]) .ion-float-lg-start -> subselects_1.subselects[name] is not a function   
  :host-context([dir=rtl]) .ion-float-lg-end -> subselects_1.subselects[name] is not a function     
  :host-context([dir=rtl]) .ion-float-xl-start -> subselects_1.subselects[name] is not a function   
  :host-context([dir=rtl]) .ion-float-xl-end -> subselects_1.subselects[name] is not a function  

参考:

        https://github.com/ionic-team/ionic-cli/issues/4774#issuecomment-1315278594

解决:

        如果不需要 @import "~@ionic/angular/css/float-elements.css";

        可以注释掉,这样不会报错了。否则可以不用管文章来源地址https://www.toymoban.com/news/detail-485656.html

到了这里,关于anguar:ionic ssr时报错10 rules skipped due to selector errors:的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • Elasticsearch-7.10.2查询时报错:failed to create query: maxClauseCount is set to 1024

    具体报错信息如下: {   \\\"error\\\": {     \\\"reason\\\": \\\"Error occurred in Elasticsearch engine: all shards failed\\\",     \\\"details\\\": \\\"\\\"\\\"Shard[0]: [2022/N0zTB2l7SiS4W1lvCNAsBg] QueryShardException[ failed to create query: maxClauseCount is set to 1024 ]; nested: TooManyClauses[maxClauseCount is set to 1024]; For more details, please send request for Json

    2024年02月13日
    浏览(16)
  • Maven Compile时报错 [ERROR] [X Group Enforcer Rules] find DuplicateClasses

    类冲突 [ERROR] [Ctrip Group Enforcer Rules] find DuplicateClasses Found in: net.jpountz.lz4:lz4:jar:1.3.0:compile org.lz4:lz4-java:jar:1.7.1:compile Duplicate classes: net/jpountz/xxhash/AbstractStreamingXXHash32Java.class net/jpountz/lz4/LZ4BlockInputStream.class net/jpountz/xxhash/XXHash32JNI.class 这种情况是因为相同类被不同jar包引用,用

    2024年02月07日
    浏览(10)
  • Account locked due to X failed logins

    机器到期改密码后,业务报错,服务无法启动。 业务监控页面显示服务未启动 1、检查业务日志未发现异常(原因是一线人员手动重启了服务,未使用管理平台操作) 2、根据修改密码的动作检查ssh日志发现,频繁有访问失败的请求 3、从别的机器访问出问题的机器,发现无法

    2024年02月10日
    浏览(16)
  • Installation failed due to: ‘Failed to commit install session 2076767024 wit

    Installation failed due to: \\\'Failed to commit install session 2076767024 wit Android studio导入项目时出现安装app失败:直接在该文件中添加下面内容  

    2024年02月11日
    浏览(19)
  • 记spring boot启动出现Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFa

    今天拉下了一个新的springboot工程,启动时出现了Unable to start web server; nested exception is org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.这个异常。在网上搜索这个错误,有几种说法。 说法一:是因为缺少一个

    2024年04月23日
    浏览(15)
  • 【连接dbeaver的时候提示Network unavailable due to a certificate issue】

    问题: 连接dbeaver的时候提示Network unavailable due to a certificate issue。 解决方法 之前把这个选项勾选了,现在试了下取消勾选,竟然可以了

    2024年01月25日
    浏览(13)
  • 解决【ERROR: Could not install packages due to an OSError: HTTPSConnectionPool...】

    PIP安装软件总是报错,报错提示如下: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001EBE06BB4F0: Failed to establish a new connection: [Errno 11002] getaddrinfo failed’)\\\': /packages/59/e

    2024年02月07日
    浏览(25)
  • 解决警告:Unable to preventDefault inside passive event listener due to target being treated as passive.

    注: 1.滑动或多次点击时警告[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. 一、解决方法一 在touch的事件监听方法上绑定第三个参数{ passive: false }, 通过传递 passive 为 false 来明确告诉浏览器:事件处理程序调用 preventDefault 来阻止默认滑动

    2024年02月15日
    浏览(13)
  • Python:ERROR: Could not install packages due to an OSError: HTTPSConnectionPool

    学习神经网络,pip安装Tensorboard遇到超时问题 使用Pip安装Tensorboard过程中遇到超时导致安装失败,日志警告和报错如下 其实就是找第三方库的时候链接超时,总是获取不到。自带的pip命令去国外的服务器请求第三方包了,所以超时,因而换成国内镜像下载即可,并且要信任镜

    2024年02月12日
    浏览(15)
  • 模型评估(误差平方和(SSE The sum of squares due to error))

    举例:(下图中数据-0.2, 0.4, -0.8, 1.3, -0.7, 均为真实值和预测值的差) 在k-means中的应用: 公式各部分内容: 上图中: k=2 SSE图最终的结果,对图松散度的衡量. (eg:  SSE(左图)SSE(右图) ) SSE随着聚类迭代,其值会越来越小,直到最后趋于稳定: 如果质心的初始值选择不好,SSE只会达到一个不怎

    2024年02月04日
    浏览(16)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包