Skip to content

Commit

Permalink
docs: add note to README about bug #1455 (#1546)
Browse files Browse the repository at this point in the history
* Update README.md

by going through the documentation , it is not where hinted that we need to place it in separate file. Thus explicitly mentioning it in readme.

* Update README.md

add link to bug

---------

Co-authored-by: James Monger <jameskmonger@hotmail.co.uk>
  • Loading branch information
AkshayJangid and Jameskmonger committed Nov 2, 2023
1 parent 05a9237 commit 447e71f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ export interface ThrowableWeapon {

InversifyJS needs to use the type as identifiers at runtime. We use symbols as identifiers but you can also use classes and or string literals.

PLEASE MAKE SURE TO PLACE THIS TYPES DECLARATION IN A SEPARATE FILE. (see bug #1455)

```ts
// file types.ts

Expand Down

0 comments on commit 447e71f

Please sign in to comment.