GithubHelp home page GithubHelp logo

Comments (2)

leeight avatar leeight commented on May 2, 2024

同时,如果切换到 3.1.0-beta.6 这个版本,就能复现上次群里说的那个 parent is null 的问题了

from san.

errorrik avatar errorrik commented on May 2, 2024

这是两个bug。

  • slot内直接文本节点的更新有问题(parent is null),这是由于文本节点更新的寻址方式优化,不再基于桩元素定位,而是根据parent和sibling定位。当parent为slot时,其el为空不是HTMLElement
  • 修复 #43 后,没有对 if 进行处理,所以位于 if 内的 slot 更新失效

from san.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.