You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doesn't render if DescItem#show is set as () => false. And raise errors and warnings as below:
runtime.js:268Uncaught(inpromise) TypeError: Cannotreadproperty'type'ofnullatisEmptyElement(runtime.js:268)atruntime.js:293atArray.filter(<anonymous>)
at filterEmpty (runtime.js:291)
at getRows (index.js:22)
at Proxy.<anonymous> (warning.js:1)
at renderComponentRoot (reactivity.esm-bundler.js:630)
at componentEffect (runtime-core.esm-bundler.js:4974)
at reactiveEffect (shared.esm-bundler.js:161)
at effect (shared.esm-bundler.js:27)
Your environment
OS: 5.10.7-3-MANJARO
Packages: 2.0.0-rc.18
Env: node v14.15.4
Steps to reproduce
Tell us how to reproduce this issue. Please provide a working and simplified example.
🎉 BONUS POINTS for creating a minimal reproduction and uploading it to GitHub. This will get you the fastest support. 🎉
Subject of the issue
Doesn't render if DescItem#show is set as
() => false
. And raise errors and warnings as below:Your environment
Steps to reproduce
Tell us how to reproduce this issue. Please provide a working and simplified example.
🎉 BONUS POINTS for creating a minimal reproduction and uploading it to GitHub. This will get you the fastest support. 🎉
Expected behaviour
What should happen?
Nothing to show.
Actual behaviour
What happens instead?
Prevent other components from rendering due to errors.
The text was updated successfully, but these errors were encountered: