Alyssa Michelle
Alyssa Michelle
Hi! Can I take on this issue? I've got code running and more docs to read but noticed all the other 'Good first issue's were taken 😊
Hey @davehakkens! Have state working to conditionally render the location field as well as reordered elements. Been having problems with git--forgot to fork + the refactor. Plus I'm new to...
Yep—I believe I just had errors I couldn’t identify so localhost was hanging. but I have it fixed now. The event form is submitting correctly, just some cleanup and extra...
I want to add that the `useRef`, `useEffect` combo didn't work for me (no movement at all, because `elementRef.current` wasn't defined until after the effect had run). Instead, I updated...
@ljharb Thanks for the response. Any literature to read about how/why the incompatibility? Or am I hearing that PropTypes is being deprecated entirely in favor of TypeScript?