@capitalos/react 1.1.1 → 1.2.1-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -50,3 +50,7 @@ function MyComponent() {
50
50
  ## TypeScript support
51
51
 
52
52
  TypeScript definitions for `@capitalos/react` are built into the npm package and should be automatically picked up by your editor.
53
+
54
+ ## Error Handling
55
+
56
+ For details on how errors are managed within the SDK and how to handle them as a consumer or a maintainer, please see our [Error Handling Guidelines](./ERROR_HANDLING.md).