Flying Nobita

Results 5 comments of Flying Nobita

Can you clarify that for "Manually call precommit in each package", besides installing `husky` at project root, I assume `lint-staged` should also be installed? (as this wasn't explicitly said in...

I see, thanks anyways!

@asitemade4u I had the same problem. Setting the correct SYMFONY__ENV__DOMAIN_NAME solves it for me

Thanks for the reply. Do you know if it'll work without react-app-rewired?

incase anyone needs a quick fix, here's a simple logic I made that restricts the range to a specific amount in the onChange event: ``` const handlePrice = (event, newPrices)...