Skip to content
New issue

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

Uncaught TypeError: Cannot read properties of undefined (reading 'children') #5

Open
linonetwo opened this issue Dec 25, 2022 · 1 comment

Comments

@linonetwo
Copy link

            var l = function() {
                    var r = $tw.wiki.getTiddler("$:/StoryList");
                    if (r && r.fields.list.length) {
                        var l = null;
                        var o = Number.MAX_VALUE;
                        var f = i.children;
                        var u = t.classNames.tiddlerFrame;

var f = i.children; // here

When opening wiki whth calendar layout opened.

@linonetwo
Copy link
Author

Uncaught TypeError: Cannot read properties of undefined (reading 'children')
at l (hotzone.js:10:1068)
at eval (hotzone.js:10:1521)

图片

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant