You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue. What is the expected and unexpected behavior?
This Epic will track the work of converting al react-core examples form JS to TS. Please create issues as you pick up tasking.
When converting the examples:
Each example should be in it's own file and imported to the MD file
Each example file name should match the example's name in camel case.
(Note: As part of this epic, you can choose to convert the class component examples to functional components and use hooks. This is not a requirement at this point, but a nice to have.)
Describe the issue. What is the expected and unexpected behavior?
This Epic will track the work of converting al react-core examples form JS to TS. Please create issues as you pick up tasking.
When converting the examples:
(Note: As part of this epic, you can choose to convert the class component examples to functional components and use hooks. This is not a requirement at this point, but a nice to have.)