I am trying to create this web app with a context that contains two functions. Then I pass these functions to two components and everything works fine. I can use the functions, I get no errors when using the app, no errors when I reload. BUT when I save the context file -that is, I ctrl+S on my vsCode context.jsx file- , the app crashes and I get undefined errors for the two functions Im passing. If I reload the webpage it all goes back to normal. Anyone experienced this? I'm not looking to solve my code I just want to know: Is it ok for a react app to crash when saving individual files as long as the app works fine when launched?