Skip to content

Commit

Permalink
When typescript emit the types of useStepper it tries to inline them …
Browse files Browse the repository at this point in the history
…in the .d.ts files.

Those inline types for recursive types seems to get **Mad** with loop of T1_Head something.
To avoid this issue I move the types to a reference .d.ts file handled in the source code.
  • Loading branch information
JBWatenbergScality committed Nov 23, 2023
1 parent e43c9c4 commit acc7a7c
Show file tree
Hide file tree
Showing 6 changed files with 1,059 additions and 165 deletions.
Loading

0 comments on commit acc7a7c

Please sign in to comment.