This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Expose element stack traces to components #81
Labels
feature: planned
A feature that's been accepted into the project's roadmap.
Components that need to do custom validation work similar to the upcoming prop types system will want to show a stack trace to the element that introduced any bad data.
This is currently accessible via
self._handle._element.source
or something like that, but I'd like to expose a method or property that yields that stack trace if element tracing is enabled.The text was updated successfully, but these errors were encountered: