benwiles1

Results 3 issues of benwiles1

### Are you submitting a **bug report** or a **feature request**? Feature request, but the types suggest that it might be a bug ### What is the current behavior? `data`...

running `mvn -s local-settings.xml install` fails to download protoc where I don't have a `~/.m2/settings.xml` and am running on an air-gapped network. short term I can probably work around this...

Reporoduction: ```tsx // example setup to cause props to change after 1 second function useLightingDelay(){ const [lighting, setLighting] = useState(true); useEffect(() => { const timer = setTimeout(() => { setLighting(false);...