This website requires JavaScript.
Explore
Help
Register
Sign In
paulononato
/
backstage
Watch
1
Star
0
Fork
0
You've already forked backstage
Code
Issues
Pull Requests
Actions
32
Packages
Projects
Releases
Wiki
Activity
Files
911bbe0d92d96ca0ed5c3dcc4e66d6fddaa8d764
backstage
/
plugins
/
techdocs-react
/
src
T
History
Alex Lorenzi
e46dfec74d
Updated useShadowRootElements to use the shadow root first child instead of flipping booleans to help with unneeded updates when the DOM doesn't change
...
Signed-off-by: Alex Lorenzi <
alorenzi@spotify.com
>
2024-08-22 16:26:36 -04:00
..
addons.tsx
style(react 18): explicitly declaring children as optional props
2023-01-04 11:21:34 -08:00
api.ts
refactor: move refresh logic back to TechDocsReaderPage
2024-03-12 09:53:32 +01:00
component.test.tsx
…
component.tsx
Add ESLint Rule to techdocs-react plugin
2024-04-08 00:09:00 +02:00
context.test.tsx
Add ESLint Rule to techdocs-react plugin
2024-04-08 00:09:00 +02:00
context.tsx
Rollback the changes in
#25332
2024-06-27 15:36:44 -04:00
helpers.ts
…
hooks.test.ts
Updated useShadowRootElements to use the shadow root first child instead of flipping booleans to help with unneeded updates when the DOM doesn't change
2024-08-22 16:26:36 -04:00
hooks.ts
Updated useShadowRootElements to use the shadow root first child instead of flipping booleans to help with unneeded updates when the DOM doesn't change
2024-08-22 16:26:36 -04:00
index.ts
when looking for the page within the outlet, reject addons wrapper as well as addons, because different versions of react router use different numbers of wrappers. Should be compatible with all 6.* versions now
2022-12-19 17:48:13 +01:00
setupTests.ts
…
types.ts
…