Lazy load with section editor plugin on node.js

I configured lazy load for all tiddlers on node.js setup with root-tiddler=$:/core/save/lazy-all .

It is working for normal tiddlers, but not with section editor.

Step to reproduce this error

  • Install tiddlywiki 5.2.4 and init a new server tiddlywiki test-tiddly --init server
  • Open new tiddlywiki website (http://127.0.0.1:8080/)
  • Install TW-Section plugin through drop and drag into new site
  • Create a new tiddler and enable section editor.
  • Reload new site and open the new tiddler.

The contents of new tiddler cannot be loaded.

The new tiddler is loaded after disabled TW-Section plugin.

Any ideas how to fix it?