chrisalbright
chrisalbright
Given: - a task `X` with zero or more inputs - a task `Y` with one or more inputs - a `requires` relationship from `X` to `Y` When: - i...
xtrace output is useful in some cases, but in general would be better if not enabled. This is on by default and it seems there is no way to disable...
console.error node_modules/prop-types/checkPropTypes.js:19 Warning: Failed prop type: The prop `paginationId` is marked as required in `PaginationPure`, but its value is `undefined`. in PaginationPure
console.error node_modules/prop-types/checkPropTypes.js:19 Warning: Failed prop type: The prop `tabLayoutId` is marked as required in `InternalTabLayout`, but its value is `undefined`. in InternalTabLayout
console.error node_modules/prop-types/checkPropTypes.js:19 Warning: Failed prop type: The prop `renderContent` is marked as required in `ListView`, but its value is `undefined`. in ListView in Unknown (created by WrapperComponent) in WrapperComponent
I've been using Kotlin 2.0.20, but I've tested with 1.6.21 and get the same error regardless. I've included a sample project illustrating the problem. Ironically, I created this project ([hoplite-test.zip](https://github.com/user-attachments/files/17320250/hoplite-test.zip))...