Modify `isElementInScope` check to disable `FocusScope` with another `FocusScope` as child (#2139)
* Modify isElementInScope check to disable FocusScope with another FocusScope as child
* Check focus scope as direct/nested child in single loop
* Add nested focus scope keyboard navigation story
* Focus scope story mount portals in custom div
* Update packages/@react-aria/focus/stories/FocusScope.stories.tsx
Co-authored-by: solimant <solimant@users.noreply.github.com>
* Convert FocusScope stories to CSF
Co-authored-by: solimant <solimant@users.noreply.github.com>
Co-authored-by: Robert Snow <rsnow@adobe.com>