How to make the compiler treat all the props as optional and in absense of providing value to the prop, either ignores it or injects `null` in its place instead of returning errors
How to make the compiler treat all the props as optional and in absense of providing value to the prop, either ignores it or injects
nullin its placeinstead of returning errors