David Bani
David Bani
### Provide a general summary of the issue here It seems the Checkbox Group validation [example](https://react-spectrum.adobe.com/react-aria/CheckboxGroup.html#group-validation) does not revalidate after the checkbox is pressed. To note: Fantastic work on `react-aria-components`,...
I am getting the following error running Highcharts in Next.js 14.1.0. ``` ../node_modules/.pnpm/[email protected]/node_modules/highcharts/highcharts.js @ document ⨯ TypeError: Cannot read properties of undefined (reading 'document') ``` Component: ```tsx "use client" import...