If I were to make a modification to `packages/reac...
# general
k
If I were to make a modification to
packages/react/src/FormSection.tsx
(e.g. testing to see if I can add a
required
props to a FormSection) Do I have to rerun
scripts/build.sh
to have
packages/app
aware of the changes?
c
Great question -- the short answer is "yes". the longer answer is a little complicated at the moment, as we're doing some refactoring of how the react component lib interfaces with the app. If you're up for it, I'd be happy to jump on a quick call to discuss the plans. We're in the process of documenting the roadmap, which would answer these questions
k
gotcha! I was just curious - in the meantime I can modify the
build.sh
file locally to just build the packages i modify to reduce the buildtime 🙂
also, super excited for the Mantine updates.
c
yay! we are too!
180 Views