Skip to content

[BUG] dict.filter breack rendering #139

Description

@ShuffleWire

Before you start

Describe the bug
When using a file with

#let a = (a:1)
#a.filter(it => true)

The preview break (ie stop updating)

To Reproduce
Steps to reproduce the behaviour:

  1. Open a file with the above content
  2. Open preview :TypstPreview
  3. Something the browser stay black (either for a sec or indefinitely), or render a state which is frozen.
  4. Add some text, it don't appear on preview.
  5. Remove the filter, everything is fine again
  6. Typst compiler work just fine on it, locally or on https://typst.app/play/

Expected behaviour
Filter should be working

Desktop (please complete the following information):

  • OS: Debian 13 + Nvim NVIM v0.12.2
  • Commit / Version: 87db18b

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions