Skip to content

Commit

Permalink
fix(plugins/plugin-client-common): in browser mode, tab offline may r…
Browse files Browse the repository at this point in the history
…esult in react loading error

part of kubernetes-sigs#7967
  • Loading branch information
starpit committed Sep 13, 2021
1 parent be0b1fe commit 181c027
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import React from 'react'
import Props from './model'

const PatternFly = React.lazy(() => import('./impl/PatternFly'))
import PatternFly from './impl/PatternFly'

export { Props }

Expand Down

0 comments on commit 181c027

Please sign in to comment.