(err: Error | null)
| 81 | }; |
| 82 | |
| 83 | const handleRenderError = (err: Error | null) => { |
| 84 | setError(err ? detailTexts.errors.render(err.message) : null); |
| 85 | }; |
| 86 | |
| 87 | return ( |
| 88 | <div className="h-[calc(100vh-64px)] w-full bg-wash dark:bg-gray-95 flex overflow-hidden text-primary dark:text-primary-dark"> |