Skip to content

Commit

Permalink
Add a fixme comment for applying migration
Browse files Browse the repository at this point in the history
  • Loading branch information
FirentisTFW committed Nov 12, 2023
1 parent 5e581ca commit b01435f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/generators/file_content/base_generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ abstract class BaseFileContentGenerator implements FileContentGenerator {
* This method should be overriden in child classes in order to apply changes that happened
* in different versions of widgetbook in relation to setup present in BaseFileContentGenerator.
*/
// FIXME Find a better way to do this, so that version 3.3.0 won't need to repeat the same migrations as 3.2.0
protected applyMigrations(): void {
// To be overriden in child classes.
}
Expand Down

0 comments on commit b01435f

Please sign in to comment.