mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
fix class
This commit is contained in:
@@ -6,7 +6,7 @@ import RegionsPlugin, {
|
||||
|
||||
class CustomRegionsPlugin extends RegionsPlugin {
|
||||
public static create(options?: RegionsPluginOptions) {
|
||||
return new RegionsPlugin(options);
|
||||
return new CustomRegionsPlugin(options);
|
||||
}
|
||||
|
||||
constructor(options?: RegionsPluginOptions) {
|
||||
|
||||
Reference in New Issue
Block a user